You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2021/07/07 02:52:30 UTC

[echarts] branch master updated (3f9932e -> 8384dba)

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

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


    from 3f9932e  more precise when determine if using id as key in universal transition (#15303)
     add d15dcf6  feat(label): sector label position #14616
     add 46a354b  feat(label): add polar bar positions #14616
     add e00c2f2  feat(label): add polar bar positions with rotation #14616
     add 0751f2c  feat(label): remove unused code #14616
     add d97a50e  refactor(label): make createSectorCalculateTextPosition to be general
     add 3eaaf11  feat: update zrender to nightly
     add f75145d  feat(label): support pie label rotate
     add 65a8cdf  fix(label): revert changes of sausage
     add 51f4c65  fix(label): fix pie label type definition
     add ca8670c  chore: merge
     add 244a977  fix(label): support outside and fix some logic
     add 733423f  merge
     new 8384dba  Merge pull request #15182 from apache/feat-sector-label

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/bar/BarSeries.ts   |   7 +-
 src/chart/bar/BarView.ts     |  95 +++++++++++++-----
 src/chart/pie/PieSeries.ts   |   2 +-
 src/chart/pie/labelLayout.ts |  22 +++-
 src/label/sectorLabel.ts     | 234 +++++++++++++++++++++++++++++++++++++++++++
 test/bar-polar-label.html    | 131 ++++++++++++++++++++++++
 test/pie-label-rotate.html   | 107 ++++++++++++++++++++
 7 files changed, 566 insertions(+), 32 deletions(-)
 create mode 100644 src/label/sectorLabel.ts
 create mode 100644 test/bar-polar-label.html
 create mode 100644 test/pie-label-rotate.html

---------------------------------------------------------------------
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 #15182 from apache/feat-sector-label

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

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

commit 8384dbaa1c3be5c8051d3ce1451eca454dba25b3
Merge: 3f9932e 733423f
Author: Wenli Zhang <zw...@gmail.com>
AuthorDate: Wed Jul 7 10:51:58 2021 +0800

    Merge pull request #15182 from apache/feat-sector-label
    
    feat(label): sector label positions for polar bars and rotate for pies

 src/chart/bar/BarSeries.ts   |   7 +-
 src/chart/bar/BarView.ts     |  95 +++++++++++++-----
 src/chart/pie/PieSeries.ts   |   2 +-
 src/chart/pie/labelLayout.ts |  22 +++-
 src/label/sectorLabel.ts     | 234 +++++++++++++++++++++++++++++++++++++++++++
 test/bar-polar-label.html    | 131 ++++++++++++++++++++++++
 test/pie-label-rotate.html   | 107 ++++++++++++++++++++
 7 files changed, 566 insertions(+), 32 deletions(-)

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