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/31 11:21:25 UTC

[incubator-echarts] branch next updated: style: adjust color of minor split line

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 2fc7a39  style: adjust color of minor split line
2fc7a39 is described below

commit 2fc7a39bdacd45fe4589111303e3b6b2022d7cea
Author: pissang <bm...@gmail.com>
AuthorDate: Fri Jul 31 19:21:07 2020 +0800

    style: adjust color of minor split line
---
 src/coord/axisDefault.ts | 2 +-
 test/dynamicData2.html   | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/coord/axisDefault.ts b/src/coord/axisDefault.ts
index 733ca0b..0943248 100644
--- a/src/coord/axisDefault.ts
+++ b/src/coord/axisDefault.ts
@@ -164,7 +164,7 @@ const valueAxis: AxisBaseOption = zrUtil.merge({
         show: false,
 
         lineStyle: {
-            color: '#eee',
+            color: '#F4F7FD',
             width: 1
         }
     }
diff --git a/test/dynamicData2.html b/test/dynamicData2.html
index 8809c3a..855d5e2 100644
--- a/test/dynamicData2.html
+++ b/test/dynamicData2.html
@@ -98,9 +98,6 @@ option = {
         type: 'value',
         // boundaryGap: [0, '100%'],
         max: 'dataMax',
-        splitLine: {
-            show: false
-        },
         minorSplitLine: {
             show: true
         },


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