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