# 接口: DoughnutControllerChartOptions
# 属性
# animation
• animation: false
| DoughnutAnimationOptions
# 定义在
types/index.d.ts:335 (在新窗口中打开)
# circumference
• circumference: number
允许弧覆盖的扫描范围。
默认
360
# 定义在
types/index.d.ts:303 (在新窗口中打开)
# cutout
• cutout: Scriptable
<string
| number
, ScriptableContext
<"doughnut"
>>
图表中间被切出的部分。('50%' - 对于圆环图,0 - 对于饼图) 以 '%' 结尾的字符串表示百分比,数字表示像素。
默认
50
# 定义在
types/index.d.ts:310 (在新窗口中打开)
# offset
• offset: number
| number
[]
弧偏移量(以像素为单位)。
# 定义在
types/index.d.ts:315 (在新窗口中打开)
# radius
• radius: Scriptable
<string
| number
, ScriptableContext
<"doughnut"
>>
图表的外部半径。以 '%' 结尾的字符串表示最大半径的百分比,数字表示像素。
默认
'100%'
# 定义在
types/index.d.ts:321 (在新窗口中打开)
# rotation
• rotation: number
从哪里开始绘制弧线。
默认
0
# 定义在
types/index.d.ts:327 (在新窗口中打开)
# spacing
• spacing: number
弧之间的间距
默认
0