PieChartDonutStyle

data class PieChartDonutStyle(val holePercentage: Float)(source)

Donut configuration for a PieChartStyle.

Constructors

Link copied to clipboard
constructor(holePercentage: Float)

Properties

Link copied to clipboard

The percentage of the chart that is a donut hole. Must be between io.github.hdcharts.charts.internal.DONUT_MIN_PERCENTAGE and io.github.hdcharts.charts.internal.DONUT_MAX_PERCENTAGE.