@amcharts/amcharts5
Version:
amCharts 5
19 lines • 642 B
JavaScript
import { DropdownListControl } from "./DropdownListControl";
/**
* A control that is used to change type of the main series of the [[StockChart]].
*/
export class SeriesTypeControl extends DropdownListControl {
}
Object.defineProperty(SeriesTypeControl, "className", {
enumerable: true,
configurable: true,
writable: true,
value: "SeriesTypeControl"
});
Object.defineProperty(SeriesTypeControl, "classNames", {
enumerable: true,
configurable: true,
writable: true,
value: DropdownListControl.classNames.concat([SeriesTypeControl.className])
});
//# sourceMappingURL=SeriesTypeControl.js.map