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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]