Pie Chart
fun PieChart(dataCollection: ChartDataCollection, modifier: Modifier = Modifier, textLabelTextConfig: ChartyLabelTextConfig = ChartDefaults.defaultTextLabelConfig(), pieChartConfig: PieChartConfig = PieChartDefaults.defaultConfig())
Displays a pie chart based on the provided data collection.
Parameters
data Collection
The collection of data points for the pie chart.
modifier
The modifier for styling the pie chart.
text Label Text Config
The configuration for the text labels in the pie chart.
pie Chart Config
The configuration for the pie chart.