type property

String type

Set chart type at once. If this option is specified, the type will be applied to every data. This setting can be overwritten by data.types. Available Values: line, spline, step, area, area-spline, area-step, bar, scatter, pie, donut, gauge

Implementation

external String get type;
void type=(String v)

Implementation

external set type(String v);