HighchartsMapBubbleSeriesDataOptions constructor

HighchartsMapBubbleSeriesDataOptions({
  1. String? color,
  2. dynamic dataLabels,
  3. String? drilldown,
  4. HighchartsMapBubbleSeriesDataEventsOptions? events,
  5. HighchartsMapBubbleSeriesDataGeometryOptions? geometry,
  6. String? id,
  7. String? name,
  8. 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});