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 c0df9ec  Merge pull request #16250 from apache/optimize-clone-divide
     add 06a3c7f  fix(pie): label position with rich text #16023
     add 4bcace4  test(pie): add test case
     add 263e4a7  fix(pie): label alignTo edge fixed
     add 8a28e8e  fix(pie): label for alignTo labelLine
     add f1dbeac  test(pie): update test cases for pie labels
     add b2b20c6  fix(pie): add label margin
     add cec9d28  test: support seed random in test
     add 361b6ca  fix(pie): fix dy
     add 0c0d080  fix(pie): update padding logic and test cases
     add f85ba48  fix(pie): refine logic
     add 2f722b7  fix(pie): label works for richText
     add 28609f2  fix(text): text padding works
     add a15b54f  fix(pie): fix padding
     add c19fe18  fix(pie): extreme cases
     add e0afee4  style(pie): update code style
     add d820576  fix(pie): simplify code
     add 41e132a  fix(pie): recalculate text width when x changes
     add 8c7b2ec  Merge branch 'master' into fix-pie-label
     add c2bf46c  fix(pie): label wrapping for align on ellipse curve
     add f9d6d49  fix(pie): available width should be set to label only if 
larger
     add b7ea00a  fix(pie): truncate text
     add 77dbb95  fix(pie): simplify logic
     add 967e738  style: remove unused code
     new 933c06f  Merge pull request #16034 from apache/fix-pie-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/pie/labelLayout.ts                      | 153 ++++++++++++++++++----
 test/lib/testHelper.js                            |  18 +++
 test/pie-label-alignTo-adjust.html                | 150 +++++++++++++++++++++
 test/{pie-alignTo.html => pie-label-alignTo.html} |  61 ++++++++-
 4 files changed, 356 insertions(+), 26 deletions(-)
 create mode 100644 test/pie-label-alignTo-adjust.html
 rename test/{pie-alignTo.html => pie-label-alignTo.html} (77%)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to