This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new fd3177d  fix(doc): typo
fd3177d is described below

commit fd3177d62186dc9ca929b5165936af121e02246c
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Fri Jan 29 14:26:26 2021 +0800

    fix(doc): typo
---
 en/option/partial/1d-data.md | 4 ++--
 en/option/partial/2d-data.md | 4 ++--
 zh/option/partial/1d-data.md | 4 ++--
 zh/option/partial/2d-data.md | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/en/option/partial/1d-data.md b/en/option/partial/1d-data.md
index 2272654..c59cfc6 100644
--- a/en/option/partial/1d-data.md
+++ b/en/option/partial/1d-data.md
@@ -10,8 +10,8 @@ Model variation includes:
 + `{b}`: the name of a data item.
 + `{c}`: the value of a data item.
 + `{d}`: the percent.
-+ `{@xxx}: the value of a dimension named `'xxx'`, for example, `{@product}` 
refers the value of `'product'` dimension.
-+ `{@[n]}: the value of a dimension at the index of `n`, for example, `{@[3]}` 
refers the value at dimensions[3].
++ `{@xxx}`: the value of a dimension named `'xxx'`, for example, `{@product}` 
refers the value of `'product'` dimension.
++ `{@[n]}`: the value of a dimension at the index of `n`, for example, 
`{@[3]}` refers the value at dimensions[3].
 
 **example: **
 ```js
diff --git a/en/option/partial/2d-data.md b/en/option/partial/2d-data.md
index f245fb0..4d5d0ea 100644
--- a/en/option/partial/2d-data.md
+++ b/en/option/partial/2d-data.md
@@ -10,8 +10,8 @@ Model variation includes:
 + `{a}`: series name.
 + `{b}`: the name of a data item.
 + `{c}`: the value of a data item.
-+ `{@xxx}: the value of a dimension named `'xxx'`, for example, `{@product}` 
refers the value of `'product'` dimension.
-+ `{@[n]}: the value of a dimension at the index of `n`, for example, `{@[3]}` 
refers the value at dimensions[3].
++ `{@xxx}`: the value of a dimension named `'xxx'`, for example, `{@product}` 
refers the value of `'product'` dimension.
++ `{@[n]}`: the value of a dimension at the index of `n`, for example, 
`{@[3]}` refers the value at dimensions[3].
 
 **example: **
 ```js
diff --git a/zh/option/partial/1d-data.md b/zh/option/partial/1d-data.md
index f9e1e09..2f04d2e 100644
--- a/zh/option/partial/1d-data.md
+++ b/zh/option/partial/1d-data.md
@@ -12,8 +12,8 @@
 + `{b}`:数据名。
 + `{c}`:数据值。
 + `{d}`:百分比。
-+ `{@xxx}:数据中名为 `'xxx'` 的维度的值,如 `{@product}` 表示名为 `'product'` 的维度的值。
-+ `{@[n]}:数据中维度 `n` 的值,如 `{@[3]}` 表示维度 3 的值,从 0 开始计数。
++ `{@xxx}`:数据中名为 `'xxx'` 的维度的值,如 `{@product}` 表示名为 `'product'` 的维度的值。
++ `{@[n]}`:数据中维度 `n` 的值,如 `{@[3]}` 表示维度 3 的值,从 0 开始计数。
 
 **示例:**
 ```js
diff --git a/zh/option/partial/2d-data.md b/zh/option/partial/2d-data.md
index 12b5b58..685f0f9 100644
--- a/zh/option/partial/2d-data.md
+++ b/zh/option/partial/2d-data.md
@@ -8,8 +8,8 @@
 + `{a}`:系列名。
 + `{b}`:数据名。
 + `{c}`:数据值。
-+ `{@xxx}:数据中名为 `'xxx'` 的维度的值,如 `{@product}` 表示名为 `'product'` 的维度的值。
-+ `{@[n]}:数据中维度 `n` 的值,如 `{@[3]}` 表示维度 3 的值,从 0 开始计数。
++ `{@xxx}`:数据中名为 `'xxx'` 的维度的值,如 `{@product}` 表示名为 `'product'` 的维度的值。
++ `{@[n]}`:数据中维度 `n` 的值,如 `{@[3]}` 表示维度 3 的值,从 0 开始计数。
 
 **示例:**
 ```js


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to