UNPKG

@amcharts/amcharts5

Version:
19 lines 642 B
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