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