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 2019/11/28 10:46:09 UTC

[incubator-echarts] branch master updated (b673279 -> 02b55aa)

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/incubator-echarts.git.


    from b673279  Merge pull request #11705 from apache/minor-ticks
     add 849b803  feat(pie): two new alignTo layouts
     add da78baa  fix(pie): do not export internal function
     add 199d4f5  style(pie): update comments
     add e233896  style(pie): rename padding to distanceToLabelLine
     add 91cb0bc  fix(pie): change default label margin value
     add 86a4325  test(pie): update test cases
     add b4422b3  feat(pie): update default margin value
     add d39cdc7  feat(pie): introduce bleed margin
     add 69644f8  style(pie): rename variable
     add 02b55aa  test: update test framework for ie

No new revisions were added by this update.

Summary of changes:
 src/chart/pie/PieSeries.js            |  16 ++-
 src/chart/pie/PieView.js              |   2 +-
 src/chart/pie/labelLayout.js          | 136 +++++++++++++++---
 src/chart/pie/pieLayout.js            |  27 +++-
 test/lib/config.js                    |  20 ++-
 test/lib/testHelper.js                |  12 +-
 test/pie-alignTo.html                 | 258 ++++++++++++++++++++++++++++++++++
 test/runTest/actions/__meta__.json    |   1 +
 test/runTest/actions/pie-alignTo.json |   1 +
 9 files changed, 424 insertions(+), 49 deletions(-)
 create mode 100644 test/pie-alignTo.html
 create mode 100644 test/runTest/actions/pie-alignTo.json


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