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: [email protected]
For additional commands, e-mail: [email protected]