You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2020/06/04 15:26:18 UTC

[incubator-echarts] branch master updated (19711a2 -> 32a2c0c)

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

sushuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


    from 19711a2  Merge pull request #12737 from plainheart/fix-12731
     add 9a9d829  fix(sunburst): enables label formatter in levels #12223
     add 15ee064  refactor(tree): remove level in tree data #12223
     add 0a98ffb  fix(treemap): remove levelItemStyles #12223
     add dc3f7bd  fix: fix treemap levels color does not work, which was brought by 55bd42dca1b7bb240895ea44396160acaa77694d in 4.8.0. Fix #12747.
     new 32a2c0c  Merge pull request #12742 from apache/fix-12223

The 1 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/chart/sunburst/SunburstPiece.js  |   6 +-
 src/chart/sunburst/SunburstSeries.js |  24 ++++--
 src/chart/tree/TreeSeries.js         |   2 +-
 src/chart/treemap/TreemapSeries.js   |  14 +++-
 src/chart/treemap/treemapVisual.js   |  33 ++-------
 src/data/Tree.js                     |  36 +--------
 test/sunburst-visualMap.html         |  24 +++++-
 test/treemap-simple2.html            | 137 +++++++++++++++++++++++++++++++++++
 8 files changed, 205 insertions(+), 71 deletions(-)
 create mode 100644 test/treemap-simple2.html


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


[incubator-echarts] 01/01: Merge pull request #12742 from apache/fix-12223

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 32a2c0c6efd1adedeb1e8fcf920c825d9ef2d67c
Merge: 19711a2 dc3f7bd
Author: sushuang <su...@gmail.com>
AuthorDate: Thu Jun 4 23:25:55 2020 +0800

    Merge pull request #12742 from apache/fix-12223
    
    fix(sunburst): enables label formatter in levels #12223

 src/chart/sunburst/SunburstPiece.js  |   6 +-
 src/chart/sunburst/SunburstSeries.js |  24 ++++--
 src/chart/tree/TreeSeries.js         |   2 +-
 src/chart/treemap/TreemapSeries.js   |  14 +++-
 src/chart/treemap/treemapVisual.js   |  33 ++-------
 src/data/Tree.js                     |  36 +--------
 test/sunburst-visualMap.html         |  24 +++++-
 test/treemap-simple2.html            | 137 +++++++++++++++++++++++++++++++++++
 8 files changed, 205 insertions(+), 71 deletions(-)


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