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