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 08:23:22 UTC

[incubator-echarts] 02/02: fix(axis): not override default axis label color

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

commit 1f0d56d48c3fe004261ae4d59d36e4d3c16c2c11
Author: pissang <bm...@gmail.com>
AuthorDate: Wed Jul 29 16:22:58 2020 +0800

    fix(axis): not override default axis label color
---
 src/coord/axisDefault.ts | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/coord/axisDefault.ts b/src/coord/axisDefault.ts
index 2568157..70f8b36 100644
--- a/src/coord/axisDefault.ts
+++ b/src/coord/axisDefault.ts
@@ -89,9 +89,7 @@ const defaultOption: AxisBaseOption = {
         showMaxLabel: null,
         margin: 8,
         // formatter: null,
-        fontSize: 12,
-
-        color: '#6E7079'
+        fontSize: 12
     },
     splitLine: {
         show: true,


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