UNPKG

@amcharts/amcharts5

Version:
9 lines • 420 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 { } SeriesTypeControl.className = "SeriesTypeControl"; SeriesTypeControl.classNames = DropdownListControl.classNames.concat([SeriesTypeControl.className]); //# sourceMappingURL=SeriesTypeControl.js.map