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/08/12 16:40:44 UTC

[incubator-echarts] branch next updated: sankey: optimize default sankey style

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

shenyi pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git


The following commit(s) were added to refs/heads/next by this push:
     new 4feb4f0  sankey: optimize default sankey style
4feb4f0 is described below

commit 4feb4f06fd2a82360faf08fd6dfb79039ee9bc9d
Author: pissang <bm...@gmail.com>
AuthorDate: Thu Aug 13 00:40:20 2020 +0800

    sankey: optimize default sankey style
---
 src/chart/sankey/SankeySeries.ts | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/chart/sankey/SankeySeries.ts b/src/chart/sankey/SankeySeries.ts
index 5fe0f3e..c0ff8f9 100644
--- a/src/chart/sankey/SankeySeries.ts
+++ b/src/chart/sankey/SankeySeries.ts
@@ -302,7 +302,6 @@ class SankeySeriesModel extends SeriesModel<SankeySeriesOption> {
         label: {
             show: true,
             position: 'right',
-            color: '#000',
             fontSize: 12
         },
 
@@ -310,11 +309,6 @@ class SankeySeriesModel extends SeriesModel<SankeySeriesOption> {
 
         nodeAlign: 'justify',
 
-        itemStyle: {
-            borderWidth: 1,
-            borderColor: '#333'
-        },
-
         lineStyle: {
             color: '#314656',
             opacity: 0.2,


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