-
Notifications
You must be signed in to change notification settings - Fork 605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: review and modify radial-bar docs #1904
Merged
+3
−167
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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` |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这三个我感觉直接干掉吧