Circle Chart Config
data class CircleChartConfig(val startAngle: StartAngle = StartAngle.Zero, val maxValue: Float?, val showLabel: Boolean)
Configuration options for a circle chart.
Parameters
start Angle
The start angle of the chart.
max Value
The maximum value of the chart.
show Label
Whether to show labels on the chart.