Interface: DoughnutControllerChartOptions
Defined in: index.esm.d.ts:297 (opens new window)
• circumference: number
Sweep to allow arcs to cover.
360
Defined in:
The portion of the chart that is cut out of the middle. (‘50%’ - for doughnut, 0 - for pie) String ending with ‘%’ means percentage, number means pixels.
50
Defined in: index.esm.d.ts:283 (opens new window)
• radius: <string | number, ScriptableContext<"doughnut"
>>
The outer radius of the chart. String ending with ‘%’ means percentage of maximum radius, number means pixels.
Defined in:
• rotation: number
Starting angle to draw arcs from.
default
0
Defined in: index.esm.d.ts:295 (opens new window)