HighchartsBoxPlotSeries constructor
HighchartsBoxPlotSeries({
- List<
List> ? data, - String? name,
- HighchartsBoxPlotSeriesOptions? options,
- List<
HighchartsBoxPlotSeriesDataOptions> ? dataPoints,
A boxplot
series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highcharts/series.boxplot
Implementation
HighchartsBoxPlotSeries({
this.data,
this.name,
this.options,
this.dataPoints,
});