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