BubbleData

constructor(xValue: Any, yValue: Float, volumeSize: Float)

Parameters

xValue

The value of the bubble on the x-axis. It can be of any type (e.g., String, Int, Float, etc.).

yValue

The value of the bubble on the y-axis.

volumeSize

The size of the bubble, typically representing a third variable.