HighchartsMapLineSeriesDataOptions constructor
HighchartsMapLineSeriesDataOptions({})
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});