Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
e586543a
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
e586543a
编写于
3月 28, 2023
作者:
O
openharmony_ci
提交者:
Gitee
3月 28, 2023
浏览文件
操作
浏览文件
下载
差异文件
!15598 DataPanel组件UX规格与特征动效整改DOC
Merge pull request !15598 from chensi10/master
上级
f73538b3
e55ae2ca
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
44 addition
and
9 deletion
+44
-9
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-datapanel.md
...n-dev/reference/arkui-ts/ts-basic-components-datapanel.md
+44
-9
未找到文件。
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-datapanel.md
浏览文件 @
e586543a
...
...
@@ -28,15 +28,6 @@ DataPanel(options:{values: number[], max?: number, type?: DataPanelType})
| max | number | 否 | -
max大于0,表示数据的最大值。
<br/>
-
max小于等于0,max等于value数组各项的和,按比例显示。
<br/>
默认值:100 |
| type
<sup>
8+
</sup>
|
[
DataPanelType
](
#datapaneltype枚举说明
)
| 否 | 数据面板的类型(不支持动态修改)。
<br/>
默认值:DataPanelType.Circle |
## 属性
除支持
[
通用属性
](
ts-universal-attributes-size.md
)
外,还支持以下属性:
| 名称 | 类型 | 描述 |
| ----------- | ------- | -------------------------------------------- |
| closeEffect | boolean | 关闭数据占比图表旋转动效。
<br/>
默认值:false |
## DataPanelType枚举说明
...
...
@@ -48,6 +39,50 @@ DataPanel(options:{values: number[], max?: number, type?: DataPanelType})
| Circle | 环形数据面板。 |
## 属性
除支持
[
通用属性
](
ts-universal-attributes-size.md
)
外,还支持以下属性:
| 名称 | 参数类型 | 必填 | 描述 |
| ------------- | ------- | ---- | -------- |
| closeEffect | boolean | 是 | 关闭数据占比图表旋转动效。
<br/>
默认值:false。|
| valueColors
<sup>
10+
</sup>
| Array
<
[
ResourceColor
](
ts-types.md#resourcecolor
)
\|
[
LinearGradient
](
#lineargradient10
)
>
| 是 | 各数据段颜色,ResourceColor为纯色,LinearGradient为渐变色。|
| trackBackgroundColor
<sup>
10+
</sup>
|
[
ResourceColor
](
ts-types.md#resourcecolor
)
| 是 | 底板颜色。|
| strokeWidth
<sup>
10+
</sup>
|
[
Length
](
ts-types.md#Length
)
| 是 | 圆环粗细。 |
| trackShadow
<sup>
10+
</sup>
|
[
DataPanelShadowOption
](
#datapanelshadowoption10
)
| 是 | 投影样式,不设置为不开启投影。|
## DataPanelShadowOption<sup>10+</sup>
| 名称 | 参数类型 | 必填 | 描述 |
| ------------- | ------- | ---- | -------- |
| radius | number
\|
[
Resource
](
ts-types.md#resource类型
)
| 否 | 阴影模糊半径。
<br/>
默认值:5vp。 |
| colors | Array
<
[
ResourceColor
](
ts-types.md#resourcecolor
)
\|
[
LinearGradient
](
#lineargradient10
)
>
| 否 | 各数据段阴影的颜色。
<br/>
默认值:与valueColors值相同。 |
| offsetX | number
\|
[
Resource
](
ts-types.md#resource类型
)
| 否 | X轴的偏移量。
<br/>
默认值:5vp。 |
| offsetY | number
\|
[
Resource
](
ts-types.md#resource类型
)
| 否 | Y轴的偏移量。
<br/>
默认值:5vp。 |
## LinearGradient<sup>10+</sup>
线性渐变颜色描述。
LinearGradient(colorStops: ColorStop[])
| 名称 | 参数类型 | 必填 | 描述 |
| ------------- | ------- | ---- | -------- |
| colorStops |
[
ColorStop
](
#colorstop10
)[]
| 是 | 存储渐变颜色和渐变点。|
## ColorStop<sup>10+</sup>
颜色断点类型,用于描述渐进色颜色断点。
| 名称 | 参数类型 | 必填 | 描述 |
| ------------- | ------- | ---- | -------- |
| color |
[
ResourceColor
](
ts-types.md#resourcecolor
)
| 是 | 颜色值。|
| offset |
[
Length
](
ts-types.md#Length
)
| 是 | 渐变色断点(0~1之间的比例值)。|
## 示例
```
ts
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录