packedbubble property
A packed bubble series is a two dimensional series type, where each point renders a value in X, Y position. Each point is drawn as a bubble where the bubbles don't overlap with each other and the radius of the bubble relates to the value.
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
packedbubble
series are defined in plotOptions.packedbubble. - Options for one single series are given in the series instance array.
API Docs: https://api.highcharts.com/highcharts/plotOptions.packedbubble
Implementation
HighchartsPackedBubbleSeriesOptions? packedbubble;