packedbubble property

HighchartsPackedBubbleSeriesOptions? packedbubble
getter/setter pair

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:

  1. Options for all series in a chart are defined in the plotOptions.series object.
  2. Options for all packedbubble series are defined in plotOptions.packedbubble.
  3. Options for one single series are given in the series instance array.

API Docs: https://api.highcharts.com/highcharts/plotOptions.packedbubble

Implementation

HighchartsPackedBubbleSeriesOptions? packedbubble;