You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2020/01/01 07:20:51 UTC

[incubator-echarts] branch master updated (5b96b08 -> 2f02bd7)

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

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


    from 5b96b08  Merge pull request #11956 from apache/fix-11451
     add 5d87699  Merge pull request #11755 from apache/master
     add 257d51b  fix es3 syntax error
     add f974961  fix es3 syntax error
     add 7c3e4a8  Merge pull request #11756 from apache/fix-es3-syntax-error
     add 11e3d44  fix(polar): fix axis line not display in polar caused by #11705
     add 65b4c14  Merge pull request #11759 from apache/fix-polar-axisLine
     add 3fff2a6  test(visual): fix replay of interactions.
     add c2ff6bf  Merge pull request #11770 from apache/fix-interaction-test
     add 6a3696e  style(pie): update comment
     add dab7cd2  fix: remove the page event. But use another way: keep trigger mouse move and mouse up event when dragging instead.
     add 34a1a21  fix: fix syntax for legacy IE.
     add 7466e4a  release: 4.6.0
     add f4fc1b0  release: upgrade zrender in package-lock.
     new 2f02bd7  Merge pull request #11963 from apache/release

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:
 dist/echarts-en.common.js                    | 2564 ++++++++++++++++-------
 dist/echarts-en.common.min.js                |    2 +-
 dist/echarts-en.js                           | 2878 ++++++++++++++++++--------
 dist/echarts-en.js.map                       |    2 +-
 dist/echarts-en.min.js                       |    2 +-
 dist/echarts-en.simple.js                    | 2367 ++++++++++++++-------
 dist/echarts-en.simple.min.js                |    2 +-
 dist/echarts.common.js                       | 2564 ++++++++++++++++-------
 dist/echarts.common.min.js                   |    2 +-
 dist/echarts.js                              | 2878 ++++++++++++++++++--------
 dist/echarts.js.map                          |    2 +-
 dist/echarts.min.js                          |    2 +-
 dist/echarts.simple.js                       | 2367 ++++++++++++++-------
 dist/echarts.simple.min.js                   |    2 +-
 package-lock.json                            |    8 +-
 package.json                                 |    4 +-
 src/chart/pie/PieSeries.js                   |    4 +-
 src/component/axis/AngleAxisView.js          |    6 +-
 src/component/axis/AxisBuilder.js            |    4 +-
 src/component/axis/CartesianAxisView.js      |    2 +-
 src/component/axis/RadiusAxisView.js         |    2 +-
 src/component/helper/BrushController.js      |   88 +-
 src/component/toolbox/feature/MagicType.js   |    2 +-
 src/echarts.js                               |    4 +-
 test/css-transform.html                      |    9 +-
 test/drag-out.html                           |  141 +-
 test/lib/config.js                           |   11 +-
 test/polar-rounded.html                      |    4 +-
 test/runTest/actions/__meta__.json           |    2 +-
 test/runTest/actions/area-stack.json         |    2 +-
 test/runTest/actions/axis-lastLabel.json     |    2 +-
 test/runTest/actions/bar-label-rotation.json |    2 +-
 test/runTest/actions/bar-large.json          |    2 +-
 test/runTest/actions/bar.json                |    2 +-
 test/runTest/actions/bar2.json               |    2 +-
 test/runTest/actions/brush.json              |    2 +-
 test/runTest/actions/polar-rounded.json      |    2 +-
 theme/roma.js                                |   20 +
 theme/tool/thumb.html                        |   20 +
 39 files changed, 11225 insertions(+), 4756 deletions(-)


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


[incubator-echarts] 01/01: Merge pull request #11963 from apache/release

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

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

commit 2f02bd7448543be759be2c41caf9b50dbb8b0b8c
Merge: 5b96b08 f4fc1b0
Author: sushuang <su...@gmail.com>
AuthorDate: Wed Jan 1 15:20:40 2020 +0800

    Merge pull request #11963 from apache/release
    
    Merge 4.6.0 release to master

 dist/echarts-en.common.js                    | 2564 ++++++++++++++++-------
 dist/echarts-en.common.min.js                |    2 +-
 dist/echarts-en.js                           | 2878 ++++++++++++++++++--------
 dist/echarts-en.js.map                       |    2 +-
 dist/echarts-en.min.js                       |    2 +-
 dist/echarts-en.simple.js                    | 2367 ++++++++++++++-------
 dist/echarts-en.simple.min.js                |    2 +-
 dist/echarts.common.js                       | 2564 ++++++++++++++++-------
 dist/echarts.common.min.js                   |    2 +-
 dist/echarts.js                              | 2878 ++++++++++++++++++--------
 dist/echarts.js.map                          |    2 +-
 dist/echarts.min.js                          |    2 +-
 dist/echarts.simple.js                       | 2367 ++++++++++++++-------
 dist/echarts.simple.min.js                   |    2 +-
 package-lock.json                            |    8 +-
 package.json                                 |    4 +-
 src/chart/pie/PieSeries.js                   |    4 +-
 src/component/axis/AngleAxisView.js          |    6 +-
 src/component/axis/AxisBuilder.js            |    4 +-
 src/component/axis/CartesianAxisView.js      |    2 +-
 src/component/axis/RadiusAxisView.js         |    2 +-
 src/component/helper/BrushController.js      |   88 +-
 src/component/toolbox/feature/MagicType.js   |    2 +-
 src/echarts.js                               |    4 +-
 test/css-transform.html                      |    9 +-
 test/drag-out.html                           |  141 +-
 test/lib/config.js                           |   11 +-
 test/polar-rounded.html                      |    4 +-
 test/runTest/actions/__meta__.json           |    2 +-
 test/runTest/actions/area-stack.json         |    2 +-
 test/runTest/actions/axis-lastLabel.json     |    2 +-
 test/runTest/actions/bar-label-rotation.json |    2 +-
 test/runTest/actions/bar-large.json          |    2 +-
 test/runTest/actions/bar.json                |    2 +-
 test/runTest/actions/bar2.json               |    2 +-
 test/runTest/actions/brush.json              |    2 +-
 test/runTest/actions/polar-rounded.json      |    2 +-
 theme/roma.js                                |   20 +
 theme/tool/thumb.html                        |   20 +
 39 files changed, 11225 insertions(+), 4756 deletions(-)



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