-
Notifications
You must be signed in to change notification settings - Fork 605
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: review and modify radial-bar docs
- Loading branch information
Showing
3 changed files
with
3 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1 @@ | ||
## 配置属性 | ||
|
||
### 图表容器 | ||
|
||
`markdown:docs/common/chart-options.en.md` | ||
|
||
### 数据映射 | ||
|
||
#### data 📌 | ||
|
||
**必选**, _array object_ | ||
|
||
功能描述: 设置图表数据源 | ||
|
||
默认配置: 无 | ||
|
||
数据源为对象集合,例如:`[{ time: '1991',value: 20 }, { time: '1992',value: 20 }]`。 | ||
|
||
`markdown:docs/common/meta.en.md` | ||
|
||
|
||
#### colorField 📌 | ||
|
||
**可选**, _string_ | ||
|
||
功能描述: 颜色映射对应的数据字段名。 | ||
|
||
默认配置: 无 | ||
|
||
### 图形样式 | ||
|
||
#### radius | ||
|
||
**可选**, _string_ | ||
|
||
功能描述: 半径, 0 ~ 1。 | ||
|
||
默认配置: `1` | ||
|
||
#### innerRadius | ||
|
||
**可选**, _number_; | ||
|
||
功能描述: 内径,0 ~ 1。 | ||
|
||
|
||
#### maxAngle | ||
|
||
**可选**, _number_ | ||
|
||
功能描述: 最大旋转角度,由 data 中最大的数值决定,最大值是 360 度。 | ||
|
||
默认配置: 240 | ||
|
||
`markdown:docs/common/color.en.md` | ||
|
||
#### barStyle | ||
|
||
**可选**, _StyleAttr | Function_ | ||
|
||
功能描述: 样式配置 。 | ||
|
||
默认配置: 无 | ||
|
||
`markdown:docs/common/shape-style.en.md` | ||
|
||
|
||
### Plot Components | ||
|
||
`markdown:docs/common/component-no-axis.en.md` | ||
|
||
### Event | ||
|
||
`markdown:docs/common/events.en.md` | ||
|
||
### Plot Method | ||
|
||
`markdown:docs/common/chart-methods.en.md` | ||
|
||
### theme | ||
|
||
`markdown:docs/common/theme.en.md` | ||
`markdown:docs/manual/plots/radial-bar.en.md` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1 @@ | ||
## 配置属性 | ||
|
||
### 图表容器 | ||
|
||
`markdown:docs/common/chart-options.zh.md` | ||
|
||
### 数据映射 | ||
|
||
#### data 📌 | ||
|
||
**必选**, _array object_ | ||
|
||
功能描述: 设置图表数据源 | ||
|
||
默认配置: 无 | ||
|
||
数据源为对象集合,例如:`[{ time: '1991',value: 20 }, { time: '1992',value: 20 }]`。 | ||
|
||
`markdown:docs/common/meta.zh.md` | ||
|
||
|
||
#### colorField 📌 | ||
|
||
**可选**, _string_ | ||
|
||
功能描述: 颜色映射对应的数据字段名。 | ||
|
||
默认配置: 无 | ||
|
||
### 图形样式 | ||
|
||
#### radius | ||
|
||
**可选**, _string_ | ||
|
||
功能描述: 半径, 0 ~ 1。 | ||
|
||
默认配置: `1` | ||
|
||
#### innerRadius | ||
|
||
**可选**, _number_; | ||
|
||
功能描述: 内径,0 ~ 1。 | ||
|
||
|
||
#### maxAngle | ||
|
||
**可选**, _number_ | ||
|
||
功能描述: 最大旋转角度,由 data 中最大的数值决定,最大值是 360 度。 | ||
|
||
默认配置: 240 | ||
|
||
`markdown:docs/common/color.zh.md` | ||
|
||
#### barStyle | ||
|
||
**可选**, _StyleAttr | Function_ | ||
|
||
功能描述: 样式配置 。 | ||
|
||
默认配置: 无 | ||
|
||
`markdown:docs/common/shape-style.zh.md` | ||
|
||
|
||
### 图表组件 | ||
|
||
`markdown:docs/common/component-no-axis.zh.md` | ||
|
||
### 事件 | ||
|
||
`markdown:docs/common/events.zh.md` | ||
|
||
### 图表方法 | ||
|
||
`markdown:docs/common/chart-methods.zh.md` | ||
|
||
### 图表主题 | ||
|
||
`markdown:docs/common/theme.zh.md` | ||
`markdown:docs/manual/plots/radial-bar.zh.md` |