HighchartsBBSeries constructor
HighchartsBBSeries({
- List<
List> ? data, - String? name,
- HighchartsBBSeriesOptions? options,
- List? dataPoints,
A bollinger bands indicator. If the type option is not specified, it is inherited from chart.type.
Implementation
HighchartsBBSeries({
this.data,
this.name,
this.options,
this.dataPoints,
});