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/10/18 07:35:18 UTC

[incubator-echarts] branch master updated (cf25128 -> e52e95d)

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 cf25128  style: fix formatting style of #11186
     add cf414a2  feat: add sausage shape
     add 6a7cbde  feat(polar): support radius for polar bars
     add e50f049  test(polar): add test for polar bars with roundCap
     add b5e6ba7  feat(polar): supports radius array for polar
     add e5adac3  test(polar): update polar tests
     add 69c25d9  refactor: improve according to cr
     add d7ed43e  core: merge master
     add 3f3c34d  style: fix code style
     add e6ab1fd  fix: remove fixClipWithShadow
     add 58025dd  fix: forgot to remove circles
     add 647b379  Merge branch 'master' into fix-4856
     add e52e95d  Merge pull request #11393 from apache/fix-4856

No new revisions were added by this update.

Summary of changes:
 src/chart/bar/BarSeries.js              |   6 +-
 src/chart/bar/BarView.js                |  17 +-
 src/component/axis/AngleAxisView.js     |  43 +++--
 src/coord/polar/polarCreator.js         |  19 +-
 src/layout/barPolar.js                  |   5 +-
 src/util/graphic.js                     |   3 +
 src/util/symbol.js                      |  84 +++++++++
 test/polar-rounded.html                 | 320 ++++++++++++++++++++++++++++++++
 test/runTest/actions/__meta__.json      |   3 +-
 test/runTest/actions/polar-rounded.json |   1 +
 10 files changed, 476 insertions(+), 25 deletions(-)
 create mode 100644 test/polar-rounded.html
 create mode 100644 test/runTest/actions/polar-rounded.json


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