You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2021/03/27 07:20:25 UTC

[echarts] branch fix-label-z updated: revert(sankey): revert the changes made by #14417.

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

wangzx pushed a commit to branch fix-label-z
in repository https://gitbox.apache.org/repos/asf/echarts.git


The following commit(s) were added to refs/heads/fix-label-z by this push:
     new 0910200  revert(sankey): revert the changes made by #14417.
0910200 is described below

commit 091020009c168128327b96bdffe83ffad25196ab
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Sat Mar 27 15:17:12 2021 +0800

    revert(sankey): revert the changes made by #14417.
---
 src/chart/sankey/SankeyView.ts | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/chart/sankey/SankeyView.ts b/src/chart/sankey/SankeyView.ts
index 258a92b..5d317fe 100644
--- a/src/chart/sankey/SankeyView.ts
+++ b/src/chart/sankey/SankeyView.ts
@@ -250,8 +250,7 @@ class SankeyView extends ChartView {
                     width: layout.dx,
                     height: layout.dy
                 },
-                style: itemModel.getModel('itemStyle').getItemStyle(),
-                z2: 10
+                style: itemModel.getModel('itemStyle').getItemStyle()
             });
 
             setLabelStyle(
@@ -340,4 +339,4 @@ function createGridClipShape(rect: RectLike, seriesModel: SankeySeriesModel, cb:
     return rectEl;
 }
 
-export default SankeyView;
\ No newline at end of file
+export default SankeyView;

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