Skip to content

Commit

Permalink
docs: 更新common文档中的英文标题 (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenPei authored Sep 27, 2020
1 parent 1d9de2c commit 13e2a65
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
18 changes: 9 additions & 9 deletions docs/common/API.en.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
## 配置属性
## Chart Attributes

### 图表容器
### Container

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

### 数据映射
### Data

#### data 📌

**必选**, _array object_
**required**, _array object_

功能描述: 设置图表数据源
Description: Set data source.

默认配置: 无
Default: `none`

数据源为对象集合,例如:`[{ time: '1991',value: 20 }, { time: '1992',value: 20 }]`
Data source should be an array of JSON objects, for example: `[{ time: '1991',value: 20 }, { time: '1992',value: 20 }]`.

`markdown:docs/common/xy-field.en.md`

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

### 图形样式
### Shape Style

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

### 图表组件
### Conmponent

`markdown:docs/common/component.en.md`
8 changes: 4 additions & 4 deletions docs/common/component-no-axis.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

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

#### label
#### label

功能描述: 标签文本
Description: Configure label style.

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

Expand All @@ -16,10 +16,10 @@

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

### 事件
### Event

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

### 图表方法
### Chart Method

`markdown:docs/common/chart-methods.en.md`
4 changes: 2 additions & 2 deletions docs/common/component-polygon.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

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

### 事件
### Event

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

### 图表方法
### Chart Method

`markdown:docs/common/chart-methods.en.md`
4 changes: 2 additions & 2 deletions docs/common/component-progress.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

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

### 事件
### Event

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

### 图表方法
### Chart Method

`markdown:docs/common/chart-methods.en.md`
6 changes: 3 additions & 3 deletions docs/common/component-tiny-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@

#### axis

xAxis、yAxis 配置相同。
Same for xAxis and yAxis.

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

#### theme

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

### 事件
### Event

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

### 图表方法
### Chart Method

`markdown:docs/common/chart-methods.en.md`
6 changes: 3 additions & 3 deletions docs/common/component.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#### axis

xAxis、yAxis 配置相同。
Same for xAxis and yAxis.

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

Expand All @@ -20,10 +20,10 @@ xAxis、yAxis 配置相同。

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

### 事件
### Event

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

### 图表方法
### Chart Method

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

0 comments on commit 13e2a65

Please sign in to comment.