AnalysisDonutOptions

data class AnalysisDonutOptions(val arcOptions: AnalysisArcOptions? = null, val donutCenterOptions: AnalysisDonutCenterOptions? = null)

Constructors

Link copied to clipboard
constructor(arcOptions: AnalysisArcOptions? = null, donutCenterOptions: AnalysisDonutCenterOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The option for define the arc of the chart shape. Valid values are as follows:

Link copied to clipboard

The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.