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 2019/10/28 15:26:15 UTC

[incubator-echarts-doc] branch master updated: fix silent hierarchy in treemap series

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 da43f18  fix silent hierarchy in treemap series
da43f18 is described below

commit da43f18e9fc2cddf9ff128ce5049356c9a21b802
Author: pissang <bm...@gmail.com>
AuthorDate: Mon Oct 28 22:50:55 2019 +0800

    fix silent hierarchy in treemap series
---
 en/option/series/treemap.md | 10 +++++-----
 watch.js                    |  6 +++---
 zh/option/series/treemap.md | 11 +++++------
 3 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/en/option/series/treemap.md b/en/option/series/treemap.md
index 66d7639..1273a05 100644
--- a/en/option/series/treemap.md
+++ b/en/option/series/treemap.md
@@ -396,6 +396,11 @@ child nodes, recursive definition, configurations are the same as [series-treema
 )}}
 
 
+{{ use:partial-silent(
+    prefix="#"
+) }}
+
+
 {{use: partial-animation-init(
     prefix="#",
     defaultAnimationEasing='quinticInOut',
@@ -594,11 +599,6 @@ Height of label area.
     itemStyleType='emphasis'
 )}}
 
-{{ use:partial-silent(
-    prefix="#"
-) }}
-
-
 
 
 
diff --git a/watch.js b/watch.js
index af15209..0f6fe7e 100644
--- a/watch.js
+++ b/watch.js
@@ -35,11 +35,11 @@ function initEnv() {
 
 var envType = initEnv();
 
-var docSrcDirCN = path.join(__dirname, '/cn');
-var docSrcDirEN = path.join(__dirname, '/en');
+var docSrcDirZH = path.join(__dirname, '/zh');
+var docSrcDirEN = path.join(__dirname, '/zh');
 
 var watchDirs = [];
-getAllDirs(docSrcDirCN, watchDirs);
+getAllDirs(docSrcDirZH, watchDirs);
 getAllDirs(docSrcDirEN, watchDirs);
 
 var timer;
diff --git a/zh/option/series/treemap.md b/zh/option/series/treemap.md
index 473250c..3cdd03e 100644
--- a/zh/option/series/treemap.md
+++ b/zh/option/series/treemap.md
@@ -387,6 +387,11 @@ treemap 默认把第一个维度(Array 第一项)映射到『面积』上。
 )}}
 
 
+{{ use:partial-silent(
+    prefix="#"
+) }}
+
+
 {{use: partial-animation-init(
     prefix="#",
     defaultAnimationEasing='quinticInOut',
@@ -579,12 +584,6 @@ treemap 默认把第一个维度(Array 第一项)映射到『面积』上。
 )}}
 
 
-{{ use:partial-silent(
-    prefix="#"
-) }}
-
-
-
 
 
 


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