Curve Line Chart
fun CurveLineChart(dataCollection: ChartDataCollection, modifier: Modifier = Modifier, padding: Dp = 16.dp, axisConfig: AxisConfig = ChartDefaults.axisConfigDefaults(), radiusScale: Float = 0.02f, lineConfig: LineConfig = LineChartDefaults.defaultConfig(), chartColors: CurvedLineChartColors = CurvedLineChartDefaults.defaultColor())
A composable function that displays a curved line chart.
Parameters
data Collection
The collection of chart data points.
modifier
The modifier for the chart.
padding
The padding around the chart.
axis Config
The configuration for the chart's axes.
radius Scale
The scale factor for the radius of the data points.
line Config
The configuration for the line in the chart.
chart Colors
The colors used in the chart.