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/07/29 04:03:15 UTC

[incubator-echarts] branch axis-style-optimize updated: style: change splitArea, shadow pointer color. remove shadow in breadcrumb

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

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


The following commit(s) were added to refs/heads/axis-style-optimize by this push:
     new 8228226  style: change splitArea, shadow pointer color. remove shadow in breadcrumb
8228226 is described below

commit 82282265c6e714ed3d964005d0e71078c72c1e98
Author: pissang <bm...@gmail.com>
AuthorDate: Wed Jul 29 11:59:56 2020 +0800

    style: change splitArea, shadow pointer color. remove shadow in breadcrumb
---
 src/chart/treemap/TreemapSeries.ts            | 6 ------
 src/component/axisPointer/AxisPointerModel.ts | 2 +-
 src/coord/axisDefault.ts                      | 2 +-
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/src/chart/treemap/TreemapSeries.ts b/src/chart/treemap/TreemapSeries.ts
index 83734bc..8cf86fd 100644
--- a/src/chart/treemap/TreemapSeries.ts
+++ b/src/chart/treemap/TreemapSeries.ts
@@ -243,12 +243,6 @@ class TreemapSeriesModel extends SeriesModel<TreemapSeriesOption> {
             emptyItemWidth: 25,             // Width of empty node.
             itemStyle: {
                 color: 'rgba(0,0,0,0.7)', //'#5793f3',
-                borderColor: 'rgba(255,255,255,0.7)',
-                borderWidth: 1,
-                shadowColor: 'rgba(150,150,150,1)',
-                shadowBlur: 3,
-                shadowOffsetX: 0,
-                shadowOffsetY: 0,
                 textStyle: {
                     color: '#fff'
                 }
diff --git a/src/component/axisPointer/AxisPointerModel.ts b/src/component/axisPointer/AxisPointerModel.ts
index f59a2a7..10ea629 100644
--- a/src/component/axisPointer/AxisPointerModel.ts
+++ b/src/component/axisPointer/AxisPointerModel.ts
@@ -104,7 +104,7 @@ class AxisPointerModel extends ComponentModel<AxisPointerOption> {
         },
 
         shadowStyle: {
-            color: 'rgba(150,150,150,0.3)'
+            color: 'rgba(210,219,238,0.2)'
         },
 
         label: {
diff --git a/src/coord/axisDefault.ts b/src/coord/axisDefault.ts
index a514baf..2568157 100644
--- a/src/coord/axisDefault.ts
+++ b/src/coord/axisDefault.ts
@@ -104,7 +104,7 @@ const defaultOption: AxisBaseOption = {
     splitArea: {
         show: false,
         areaStyle: {
-            color: ['rgba(250,250,250,0.3)', 'rgba(200,200,200,0.3)']
+            color: ['rgba(250,250,250,0.2)', 'rgba(210,219,238,0.2)']
         }
     }
 };


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