HighchartsPieSeries constructor
HighchartsPieSeries({
- List<
List> ? data, - String? name,
- HighchartsPieSeriesOptions? options,
- List<
HighchartsPieSeriesDataOptions> ? dataPoints,
A pie
series. If the type option is not specified, it is inherited from chart.type.
Implementation
HighchartsPieSeries({
this.data,
this.name,
this.options,
this.dataPoints,
});