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:20 UTC

[incubator-echarts] branch axis-style-optimize updated (4384418 -> 1f0d56d)

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

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


    from 4384418  Merge branch 'next' into axis-style-optimize
     add 353fee9  fix(axis): fix axisType null pointer access bug.
     add 70fa023  fix(axis): fix axisType null pointer access bug.
     new 07cd6d1  Merge branch 'next' into axis-style-optimize
     new 1f0d56d  fix(axis): not override default axis label color

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/component/dataZoom/SliderZoomModel.ts | 2 +-
 src/coord/axisDefault.ts                  | 4 +---
 src/util/format.ts                        | 2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)


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


[incubator-echarts] 01/02: Merge branch 'next' into axis-style-optimize

Posted by sh...@apache.org.
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 07cd6d19668e46d97174d54741046b2b00bdc757
Merge: 4384418 70fa023
Author: pissang <bm...@gmail.com>
AuthorDate: Wed Jul 29 16:22:32 2020 +0800

    Merge branch 'next' into axis-style-optimize

 src/component/dataZoom/SliderZoomModel.ts | 2 +-
 src/util/format.ts                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


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


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

Posted by sh...@apache.org.
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