HighchartsMapLineSeriesDataOptions constructor

HighchartsMapLineSeriesDataOptions({
  1. String? color,
  2. dynamic dataLabels,
  3. HighchartsMapLineSeriesDataEventsOptions? events,
  4. HighchartsMapLineSeriesDataGeometryOptions? geometry,
  5. String? id,
  6. double? labelrank,
  7. double? lineWidth,
  8. double? middleX,
  9. double? middleY,
  10. String? name,
  11. String? path,
  12. double? value,
})

An array of data points for the series. For the mapline series type, points can be given in the following ways:

API Docs: https://api.highcharts.com/highmaps/series.mapline.data

Implementation

HighchartsMapLineSeriesDataOptions(
    {this.color,
    this.dataLabels,
    this.events,
    this.geometry,
    this.id,
    this.labelrank,
    this.lineWidth,
    this.middleX,
    this.middleY,
    this.name,
    this.path,
    this.value});