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