Interface: DoughnutControllerChartOptions
Defined in
circumference
• circumference: number
Sweep to allow arcs to cover.
default
360
Defined in
index.esm.d.ts:291 (opens new window)
• cutout: <string
| number
, ScriptableContext<>>
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.
Defined in
index.esm.d.ts:298 (opens new window)
offset
• offset: number
Arc offset (in pixels).
Defined in
• radius: Scriptable<string
| number
, <>>
The outer radius of the chart. String ending with ‘%’ means percentage of maximum radius, number means pixels.
default
‘100%’
Defined in
rotation
• rotation: number
Starting angle to draw arcs from.
default
0
Defined in
• spacing: number
Spacing between the arcs
0