BubblePointInfo

fun BubblePointInfo(axisLabelDescription: String, pointDescription: String, bubbleColor: Color, titleTextSize: TextUnit, descriptionTextSize: TextUnit)

Composable to display each Bubble point data for given bubble chart.

Parameters

axisLabelDescription

: Axis label description.

pointDescription

: Details of each point on the line.

bubbleColor

: Color of each bubble.

titleTextSize

: TextUnit title font size

descriptionTextSize

: TextUnit description font size