You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/01/02 05:44:06 UTC

[incubator-echarts-doc] branch master updated: Fix wrong description in title

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

shenyi 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 9df66c3  Fix wrong description in title
     new 5298d3e  Merge pull request #84 from susiwen8/title
9df66c3 is described below

commit 9df66c3a46e9097cd2e4f91f6a26f8e8fae4f479
Author: susiwen <su...@baidu.com>
AuthorDate: Thu Jan 2 09:26:53 2020 +0800

    Fix wrong description in title
---
 en/option/component/title.md | 4 ++--
 zh/option/component/title.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/en/option/component/title.md b/en/option/component/title.md
index 5067201..95995ba 100644
--- a/en/option/component/title.md
+++ b/en/option/component/title.md
@@ -93,7 +93,7 @@ Optional values: `'auto'`, `'top'`, `'bottom'`, `'middle'`.
 
 Set this to `true` to enable triggering events
 
-## padding(number) = 5
+## padding(number|Array) = 5
 
 {{ use: partial-padding(componentName="title")}}
 
@@ -101,7 +101,7 @@ Set this to `true` to enable triggering events
 
 The gap between the main title and subtitle.
 
-{{use: partial-rect-layout(componentName="grid ")}}
+{{use: partial-rect-layout(componentName="title ")}}
 
 {{ use: partial-component-common-style(
     componentName="title",
diff --git a/zh/option/component/title.md b/zh/option/component/title.md
index c9c34ac..8b4a5ad 100644
--- a/zh/option/component/title.md
+++ b/zh/option/component/title.md
@@ -94,7 +94,7 @@
 
 是否触发事件。
 
-## padding(number) = 5
+## padding(number|Array) = 5
 
 {{ use: partial-padding(componentName="标题")}}
 
@@ -102,7 +102,7 @@
 
 主副标题之间的间距。
 
-{{use: partial-rect-layout(componentName="grid ")}}
+{{use: partial-rect-layout(componentName="title ")}}
 
 {{ use: partial-component-common-style(
     componentName="标题",


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