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

[echarts] 01/01: Merge pull request #15182 from apache/feat-sector-label

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