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