bubble

Configuration Structure

bubble: {
zScaling: boolean,
minBubbleRadius: number,
maxBubbleRadius: number,
}

plotOptions

zScaling

Default: true

zScaling controls whether to draw the bubbles of different size (based on z value) or to draw same size bubbles (helpful in case your data-set contains values that extends to extreme ends)

minBubbleRadius

Default: undefined

Minimum radius size of a bubble. If a bubble value is too small to be displayed, this size will be used.

maxBubbleRadius

Default: undefined

Maximum radius size of a bubble. If a bubble value is too large to cover the chart, this size will be used.