Bubble Point Info
fun BubblePointInfo(axisLabelDescription: String, pointDescription: String, bubbleColor: Color, titleTextSize: TextUnit, descriptionTextSize: TextUnit)
Composable to display each Bubble point data for given bubble chart.
Parameters
axis Label Description
: Axis label description.
point Description
: Details of each point on the line.
bubble Color
: Color of each bubble.
title Text Size
: TextUnit title font size
description Text Size
: TextUnit description font size