mapbubble property
A map bubble series is a bubble series laid out on top of a map series, where each bubble is tied to a specific map area.
Configuration options for the series are given in three levels:
- Options for all series in a chart are defined in the plotOptions.series object.
- Options for all
mapbubble
series are defined in plotOptions.mapbubble. - Options for one single series are given in the series instance array.
API Docs: https://api.highcharts.com/highmaps/plotOptions.mapbubble
Implementation
HighchartsMapBubbleSeriesOptions? mapbubble;