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/06/15 11:03:31 UTC

[incubator-echarts-doc] branch master updated: fix(sankey): added missing `name` option.

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 09cb3b7  fix(sankey): added missing `name` option.
     new 94b99c1  Merge pull request #108 from plainheart/patch-1
09cb3b7 is described below

commit 09cb3b720ec2d90d2de8c3a5c255a17f866966db
Author: Zhongxiang.Wang <yh...@all-my-life.cn>
AuthorDate: Mon Jun 15 12:12:27 2020 +0800

    fix(sankey): added missing `name` option.
    
    Related to #107.
    Thanks to @softwords, he added the missing options into English document.
    I found that [`nodeAlign`](https://echarts.apache.org/zh/option.html#series-sankey.nodeAlign) exsits but `name` is also missing in Chinese document, so I've created this PR to add it.
---
 zh/option/series/sankey.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/zh/option/series/sankey.md b/zh/option/series/sankey.md
index 795313c..c3d6d8d 100644
--- a/zh/option/series/sankey.md
+++ b/zh/option/series/sankey.md
@@ -28,7 +28,9 @@
 
 {{use: partial-component-id(prefix="#")}}
 
-{{ use: partial-rect-layout-width-height(
+{{use: partial-series-name()}}
+
+{{use: partial-rect-layout-width-height(
     componentName='sankey',
     defaultLeft: '5%',
     defaultRight: '20%',
@@ -36,7 +38,7 @@
     defaultBottom: '5%',
     defaultWidth: 'null',
     defaultHeight: 'null'
-) }}
+)}}
 
 ## nodeWidth(number) = 20
 


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