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: area, area-line-range, area-spline, area-spline-range, area-step, bar, bubble, donut, gauge, line, pie, radar, scatter, spline, step

Implementation

external String /*'area'|'area-line-range'|'area-spline'|'area-spline-range'|'area-step'|'bar'|'bubble'|'donut'|'gauge'|'line'|'pie'|'radar'|'scatter'|'spline'|'step'*/ get type;
void type=(String v)

Implementation

external set type(
    String /*'area'|'area-line-range'|'area-spline'|'area-spline-range'|'area-step'|'bar'|'bubble'|'donut'|'gauge'|'line'|'pie'|'radar'|'scatter'|'spline'|'step'*/ v);