HighchartsMapSeriesDataOptions constructor
HighchartsMapSeriesDataOptions({})
An array of data points for the series. For the map
series type, points can be given in the following ways:
API Docs: https://api.highcharts.com/highmaps/series.map.data
Implementation
HighchartsMapSeriesDataOptions(
{this.color,
this.dataLabels,
this.drilldown,
this.events,
this.geometry,
this.id,
this.labelrank,
this.middleX,
this.middleY,
this.name,
this.path,
this.value});