From 13e2a65d68edb2b9f89ee7054dd3831e45f7061b Mon Sep 17 00:00:00 2001 From: DarrenPei <42288791+DarrenPei@users.noreply.github.com> Date: Sun, 27 Sep 2020 22:36:12 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0common=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E4=B8=AD=E7=9A=84=E8=8B=B1=E6=96=87=E6=A0=87=E9=A2=98?= =?UTF-8?q?=20(#1654)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/common/API.en.md | 18 +++++++++--------- docs/common/component-no-axis.en.md | 8 ++++---- docs/common/component-polygon.en.md | 4 ++-- docs/common/component-progress.en.md | 4 ++-- docs/common/component-tiny-en.md | 6 +++--- docs/common/component.en.md | 6 +++--- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/common/API.en.md b/docs/common/API.en.md index 878884d12d..2122e9c8a9 100644 --- a/docs/common/API.en.md +++ b/docs/common/API.en.md @@ -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` diff --git a/docs/common/component-no-axis.en.md b/docs/common/component-no-axis.en.md index eb2a77cfad..4938799aba 100644 --- a/docs/common/component-no-axis.en.md +++ b/docs/common/component-no-axis.en.md @@ -2,9 +2,9 @@ `markdown:docs/common/tooltip.en.md` -#### label ✨ +#### label -功能描述: 标签文本 +Description: Configure label style. `markdown:docs/common/label.en.md` @@ -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` diff --git a/docs/common/component-polygon.en.md b/docs/common/component-polygon.en.md index bc503e98fb..99772820ce 100644 --- a/docs/common/component-polygon.en.md +++ b/docs/common/component-polygon.en.md @@ -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` diff --git a/docs/common/component-progress.en.md b/docs/common/component-progress.en.md index bc503e98fb..99772820ce 100644 --- a/docs/common/component-progress.en.md +++ b/docs/common/component-progress.en.md @@ -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` diff --git a/docs/common/component-tiny-en.md b/docs/common/component-tiny-en.md index c583e219d7..d485bc0cca 100644 --- a/docs/common/component-tiny-en.md +++ b/docs/common/component-tiny-en.md @@ -4,7 +4,7 @@ #### axis -xAxis、yAxis 配置相同。 +Same for xAxis and yAxis. `markdown:docs/common/axis.en.md` @@ -12,10 +12,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` diff --git a/docs/common/component.en.md b/docs/common/component.en.md index e328b15a81..81fd2ce704 100644 --- a/docs/common/component.en.md +++ b/docs/common/component.en.md @@ -8,7 +8,7 @@ #### axis -xAxis、yAxis 配置相同。 +Same for xAxis and yAxis. `markdown:docs/common/axis.en.md` @@ -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`