HighchartsMapBubbleSeriesDataOptions constructor
HighchartsMapBubbleSeriesDataOptions({
- String? color,
- dynamic dataLabels,
- String? drilldown,
- HighchartsMapBubbleSeriesDataEventsOptions? events,
- HighchartsMapBubbleSeriesDataGeometryOptions? geometry,
- String? id,
- String? name,
- double? z,
An array of data points for the series. For the mapbubble
series type, points can be given in the following ways:
API Docs: https://api.highcharts.com/highmaps/series.mapbubble.data
Implementation
HighchartsMapBubbleSeriesDataOptions(
{this.color,
this.dataLabels,
this.drilldown,
this.events,
this.geometry,
this.id,
this.name,
this.z});