Skip to content

Commit

Permalink
docs: 文档修整,slider 对应缩略轴
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed Jun 29, 2021
1 parent dba879a commit 20c85ee
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 11 deletions.
10 changes: 9 additions & 1 deletion docs/api/plots/bar.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,15 @@ The ratio of spacing between columns in groups( Range:[0-1] ), only for Grouped

### Plot Components

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

#### Slider

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

#### Scrollbar

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

#### Conversion Tag

Expand Down
8 changes: 6 additions & 2 deletions docs/api/plots/bar.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,16 @@ order: 3

### 图表组件

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

#### 滚动条
#### 缩略轴

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

#### 滚动条

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

#### 转化标签

适用于基础柱形图和基础条形图,转化率组件可以让用户关注到数据的变化比例。
Expand Down
8 changes: 6 additions & 2 deletions docs/api/plots/column.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,16 @@ The spacing between columns in a grouping [0-1] applies only to grouping columns

### Plot Components

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

#### slider
#### Slider

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

#### Scrollbar

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

#### Conversion Tag

Applicable to base bar charts and base bar charts, the Conversion Rate component allows the user to focus on the rate of change in the data.
Expand Down
8 changes: 6 additions & 2 deletions docs/api/plots/column.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,16 @@ order: 2

### 图表组件

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

#### 滚动条
#### 缩略轴

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

#### 滚动条

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

#### 转化标签

适用于基础柱形图和基础条形图,转化率组件可以让用户关注到数据的变化比例。
Expand Down
8 changes: 4 additions & 4 deletions docs/api/plots/dual-axes.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ const data = [[{ time: '1991',value: 20 }], [{ time: '1992', count: 20 }]];

### 图表组件

#### tooltip
#### 悬浮提示 - tooltip

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

#### axis
#### 坐标轴 - axis

xAxis、yAxis 配置相同,由于 DualAxes 是双轴, yAxis 类型是对象类型,形式为{左轴字段: 左轴配置,右轴字段: 右轴配置}。例如

Expand Down Expand Up @@ -164,15 +164,15 @@ xAxis、yAxis 配置相同,由于 DualAxes 是双轴, annotations 类型是

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

#### legend
#### 图例 - legend

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

### 图表主题

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

#### 滚动条
#### 缩略轴

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

Expand Down

0 comments on commit 20c85ee

Please sign in to comment.