Pie Chart Config
data class PieChartConfig(val donut: Boolean, val showLabel: Boolean, val startAngle: StartAngle = StartAngle.Zero)
Immutable data class representing the configuration options for a pie chart.
Parameters
donut
Indicates whether the pie chart should be rendered as a donut.
show Label
Indicates whether labels should be shown for each pie slice.
start Angle
The starting angle of the pie chart.