You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2020/03/17 07:59:53 UTC

[incubator-echarts-doc] branch master updated: fix typo. close apache/incubator-echarts#12251

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/incubator-echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 2390bfb  fix typo. close apache/incubator-echarts#12251
2390bfb is described below

commit 2390bfb4a24df3ff3939529c0318c1523f517a03
Author: Ovilia <zw...@gmail.com>
AuthorDate: Tue Mar 17 15:57:21 2020 +0800

    fix typo. close apache/incubator-echarts#12251
---
 zh/tutorial/basic-concepts-overview.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zh/tutorial/basic-concepts-overview.md b/zh/tutorial/basic-concepts-overview.md
index 05f53ba..9b5e185 100644
--- a/zh/tutorial/basic-concepts-overview.md
+++ b/zh/tutorial/basic-concepts-overview.md
@@ -131,7 +131,7 @@ var option = {
 
 其中,他们每个值都可以是:
 + 绝对数值(例如 `bottom: 54` 表示:距离 echarts 容器底边界 `54` 像素)。
-+ 或者基于 echarts 容器高宽的百分比(例如 `right: '20%'` 表示:距离 echarts 容器右边界的距离是 echarts 容器高度的 `20%`)。
++ 或者基于 echarts 容器高宽的百分比(例如 `right: '20%'` 表示:距离 echarts 容器右边界的距离是 echarts 容器宽度的 `20%`)。
 
 如下图的例子,对 [grid](option.html#grid) 组件(也就是直角坐标系的底板)设置 `left`、`right`、`height`、`bottom` 达到的效果。
 


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