CircleChart

fun CircleChart(dataCollection: ChartDataCollection, modifier: Modifier = Modifier, canAnimate: Boolean = true, textLabelTextConfig: CircleChartLabelTextConfig = CircleConfigDefaults.defaultTextLabelConfig(), config: CircleChartConfig = CircleConfigDefaults.circleChartConfig())

Renders a circle chart based on the provided data.

Parameters

dataCollection

The collection of chart data.

modifier

The modifier to apply to the chart.

canAnimate

Whether the chart should animate its appearance.

textLabelTextConfig

The configuration for the label text in the chart.

config

The configuration for the circle chart.