HighchartsMapPointSeriesDataOptions constructor
HighchartsMapPointSeriesDataOptions({
- String? color,
- dynamic dataLabels,
- String? drilldown,
- HighchartsMapPointSeriesDataEventsOptions? events,
- HighchartsMapPointSeriesDataGeometryOptions? geometry,
- String? id,
- double? lat,
- double? lon,
- String? name,
- double? x,
- double? y,
An array of data points for the series. For the mappoint
series type, points can be given in the following ways:
API Docs: https://api.highcharts.com/highmaps/series.mappoint.data
Implementation
HighchartsMapPointSeriesDataOptions(
{this.color,
this.dataLabels,
this.drilldown,
this.events,
this.geometry,
this.id,
this.lat,
this.lon,
this.name,
this.x,
this.y});