Circle Chart
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
data Collection
The collection of chart data.
modifier
The modifier to apply to the chart.
can Animate
Whether the chart should animate its appearance.
text Label Text Config
The configuration for the label text in the chart.
config
The configuration for the circle chart.