未验证 提交 57015110 编写于 作者: 小桂子家滴 提交者: Gitee

update zh-cn/application-dev/reference/arkui-ts/ts-basic-components-gauge.md.

Gauge根据对应的.d.ts文件colors 参数类型应该为colors: Array<any>;
Signed-off-by: 小桂子家滴 3489926231@qq.com
Signed-off-by: N小桂子家滴 <3489926231@qq.com>
上级 c17937b3
......@@ -37,7 +37,7 @@ Gauge(value:{value: number, min?: number, max?: number})
| value | number | 0 | 设置当前数据图表的值。 |
| startAngle | number | -150 | 设置起始角度位置,时钟0点为0度,顺时针方向为正角度。 |
| endAngle | number | 150 | 设置终止角度位置,时钟0点为0度,顺时针方向为正角度。 |
| colors | Color&nbsp;\|&nbsp;Array&lt;ColorStop&gt; | - | 设置图表的颜色,支持纯色和分段渐变色设置。 |
| colors | Array&lt;any&gt; | - | 设置图表的颜色,支持纯色和分段渐变色设置。 |
| strokeWidth | Length | - | 设置环形图表的环形厚度。 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册