HighchartsItemSeries constructor
HighchartsItemSeries({
- List<
List> ? data, - String? name,
- HighchartsItemSeriesOptions? options,
- List<
HighchartsItemSeriesDataOptions> ? dataPoints,
An item
series. If the type option is not specified, it is inherited from chart.type.
Implementation
HighchartsItemSeries({
this.data,
this.name,
this.options,
this.dataPoints,
});