CurveLineChart

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

dataCollection

The collection of chart data points.

modifier

The modifier for the chart.

padding

The padding around the chart.

axisConfig

The configuration for the chart's axes.

radiusScale

The scale factor for the radius of the data points.

lineConfig

The configuration for the line in the chart.

chartColors

The colors used in the chart.