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 2021/04/07 08:35:14 UTC

[echarts] branch master updated (98ee07d -> 8f48ad2)

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

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


    from 98ee07d  Merge pull request #14243 from apache/feat-visualMap-itemSymbol
     add c152d91  fix(label): fix labels are not on the top bug.
     add 0910200  revert(sankey): revert the changes made by #14417.
     add 64aa9c5  fix(label): fix the bug that labelLine was mistakenly put into else branch and should keep z unchanged.
     add 17b2ba0  fix(label): optimize z2 calculation of label on group
     add 05ed207  fix(z): use z2 to represent overlay in treemap
     add ab5838eb fix(treemap): ensure breadcrumb is on the top
     add 0fdc8bf  Merge branch 'master' into fix-label-z
     add 8da6b3f  fix: not using global z in graphic component
     new 8f48ad2  Merge pull request #14542 from apache/fix-label-z

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/line/LineView.ts       |  5 +++
 src/chart/sankey/SankeyView.ts   |  5 ++-
 src/chart/treemap/Breadcrumb.ts  |  3 +-
 src/chart/treemap/TreemapView.ts | 23 ++++++-------
 src/component/graphic/install.ts |  2 ++
 src/core/echarts.ts              | 71 ++++++++++++++++++++++++++--------------
 6 files changed, 69 insertions(+), 40 deletions(-)

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


[echarts] 01/01: Merge pull request #14542 from apache/fix-label-z

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

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

commit 8f48ad285134a0a5907c19e479ae6c5bc270228a
Merge: 98ee07d 8da6b3f
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Wed Apr 7 16:35:02 2021 +0800

    Merge pull request #14542 from apache/fix-label-z
    
    fix(label): fix labels are not on the top bug.

 src/chart/line/LineView.ts       |  5 +++
 src/chart/sankey/SankeyView.ts   |  5 ++-
 src/chart/treemap/Breadcrumb.ts  |  3 +-
 src/chart/treemap/TreemapView.ts | 23 ++++++-------
 src/component/graphic/install.ts |  2 ++
 src/core/echarts.ts              | 71 ++++++++++++++++++++++++++--------------
 6 files changed, 69 insertions(+), 40 deletions(-)

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