Skip to content

Commit

Permalink
feat(docs): plots 文档按照以下格式补全 (#2035)
Browse files Browse the repository at this point in the history
• 图表容器
• 数据映射
• 图形样式
• 图表组件
• 图表事件
• 图表方法
• 图表主题
• 图表交互
  • Loading branch information
visiky committed Dec 2, 2020
1 parent 59d636a commit bc7d1dc
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 10 deletions.
8 changes: 5 additions & 3 deletions docs/manual/plots/radial-bar.zh.md
Expand Up @@ -71,16 +71,18 @@ order: 25

`markdown:docs/common/component.zh.md`

### 事件
### 图表事件

`markdown:docs/common/events.zh.md`

### 图表方法

`markdown:docs/common/chart-methods.zh.md`



### 图表主题

`markdown:docs/common/theme.zh.md`

### 图表交互

`markdown:docs/common/interactions.zh.md`
4 changes: 4 additions & 0 deletions docs/manual/plots/rose.en.md
Expand Up @@ -124,3 +124,7 @@ piePlot.render();
### Plot Theme

`markdown:docs/common/theme.en.md`

### Plot Interactions

`markdown:docs/common/interactions.en.md`
8 changes: 5 additions & 3 deletions docs/manual/plots/rose.zh.md
Expand Up @@ -113,16 +113,18 @@ piePlot.render();

`markdown:docs/common/component.zh.md`

### 事件
### 图表事件

`markdown:docs/common/events.zh.md`

### 图表方法

`markdown:docs/common/chart-methods.zh.md`



### 图表主题

`markdown:docs/common/theme.zh.md`

### 图表交互

`markdown:docs/common/interactions.zh.md`
4 changes: 4 additions & 0 deletions docs/manual/plots/scatter.en.md
Expand Up @@ -246,3 +246,7 @@ regressionLine: {
### Plot Theme

`markdown:docs/common/theme.en.md`

### Plot Interactions

`markdown:docs/common/interactions.en.md`
6 changes: 5 additions & 1 deletion docs/manual/plots/scatter.zh.md
Expand Up @@ -235,7 +235,7 @@ regressionLine: {
}
```

### 事件
### 图表事件

`markdown:docs/common/events.zh.md`

Expand All @@ -246,3 +246,7 @@ regressionLine: {
### 图表主题

`markdown:docs/common/theme.zh.md`

### 图表交互

`markdown:docs/common/interactions.zh.md`
16 changes: 16 additions & 0 deletions docs/manual/plots/sunburst.en.md
Expand Up @@ -113,3 +113,19 @@ order: 17
### Plot Components

`markdown:docs/common/component-polygon.en.md`

### Event

`markdown:docs/common/events.en.md`

### Plot Method

`markdown:docs/common/chart-methods.en.md`

### Plot Theme

`markdown:docs/common/theme.en.md`

### Plot Interactions

`markdown:docs/common/interactions.en.md`
16 changes: 16 additions & 0 deletions docs/manual/plots/sunburst.zh.md
Expand Up @@ -113,3 +113,19 @@ order: 17
### 图表组件

`markdown:docs/common/component-polygon.zh.md`

### 图表事件

`markdown:docs/common/events.zh.md`

### 图表方法

`markdown:docs/common/chart-methods.zh.md`

### 图表主题

`markdown:docs/common/theme.zh.md`

### 图表交互

`markdown:docs/common/interactions.zh.md`
4 changes: 4 additions & 0 deletions docs/manual/plots/word-cloud.en.md
Expand Up @@ -131,3 +131,7 @@ order: 8
### Plot Theme

`markdown:docs/common/theme.en.md`

### Plot Interactions

`markdown:docs/common/interactions.en.md`
8 changes: 5 additions & 3 deletions docs/manual/plots/word-cloud.zh.md
Expand Up @@ -120,16 +120,18 @@ order: 8

`markdown:docs/common/component.zh.md`

### 事件
### 图表事件

`markdown:docs/common/events.zh.md`

### 图表方法

`markdown:docs/common/chart-methods.zh.md`



### 图表主题

`markdown:docs/common/theme.zh.md`

### 图表交互

`markdown:docs/common/interactions.zh.md`

0 comments on commit bc7d1dc

Please sign in to comment.