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 2019/10/15 11:38:57 UTC

[incubator-echarts] branch master updated (52a20de -> afa7340)

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 52a20de  test: change recorder key from shift to alt
     add c4e3071  Merge pull request #11304 from apache/master
     add 243c6ec  fix(map): map interiors bug casued in #11272
     add 436533a  fix(graphic): pie highlight not triggering since 5661c6eaaf75b8e98fa9f92348c37842e31c3490
     add 583f673  fix(graphic): fix when zr does not exist
     add 49ca3ea  test(bar): Add test cases.
     add c5eba3c  fix(bar): expand clipping area on the boundaryGap axis or value axis.
     add 1afda1b  fix: add muti-lang for legend selector and little tweak.
     add 9be0327  test: tweak test case.
     add 46a57a9  fix: fix incorrect comment.
     add 7dc0b7a  chore: tweak code style.
     add 2a4f289  build(release): 4.4.0
     add b2b38d6  update package-lock.json for 4.4.0-rc.1
     add 68787b3  update NPM version to 4.4.0
     add 0e065ce  update version of package-lock.json
     new afa7340  Merge pull request #11409 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           | 1551 ++++++++++++++++++++++-------
 dist/echarts-en.common.min.js       |    2 +-
 dist/echarts-en.js                  | 1851 ++++++++++++++++++++++++++---------
 dist/echarts-en.js.map              |    2 +-
 dist/echarts-en.min.js              |    2 +-
 dist/echarts-en.simple.js           |  866 +++++++++++-----
 dist/echarts-en.simple.min.js       |    2 +-
 dist/echarts.common.js              | 1551 ++++++++++++++++++++++-------
 dist/echarts.common.min.js          |    2 +-
 dist/echarts.js                     | 1851 ++++++++++++++++++++++++++---------
 dist/echarts.js.map                 |    2 +-
 dist/echarts.min.js                 |    2 +-
 dist/echarts.simple.js              |  866 +++++++++++-----
 dist/echarts.simple.min.js          |    2 +-
 dist/extension/bmap.js              |   17 +
 dist/extension/bmap.js.map          |    2 +-
 dist/extension/bmap.min.js          |    2 +-
 dist/extension/dataTool.js          |   17 +-
 dist/extension/dataTool.js.map      |    2 +-
 dist/extension/dataTool.min.js      |    2 +-
 extension/bmap/BMapModel.js         |    1 +
 extension/bmap/BMapView.js          |   18 +
 extension/dataTool/gexf.js          |    6 +-
 package-lock.json                   |  883 +++++++++--------
 package.json                        |    4 +-
 src/chart/bar/BarView.js            |   27 +-
 src/component/helper/MapDraw.js     |   16 +-
 src/component/legend/LegendModel.js |    6 +-
 src/coord/geo/GeoModel.js           |   10 +-
 src/echarts.js                      |    4 +-
 src/lang.js                         |    7 +-
 src/langEN.js                       |    7 +-
 src/langES.js                       |    9 +
 src/langFI.js                       |    9 +
 src/langTH.js                       |   10 +
 src/layout/barGrid.js               |    2 +
 src/util/graphic.js                 |   10 +-
 test/bar2.html                      |  242 +++++
 test/legend.html                    |   19 +-
 test/runTest/actions/update.js      |   20 +
 40 files changed, 7318 insertions(+), 2586 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 #11409 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 afa734014142efb79356795b0f8ffad931b2c2eb
Merge: 52a20de 0e065ce
Author: sushuang <su...@gmail.com>
AuthorDate: Tue Oct 15 19:38:31 2019 +0800

    Merge pull request #11409 from apache/release
    
    Merge Release 4.4.0 to master

 dist/echarts-en.common.js           | 1551 ++++++++++++++++++++++-------
 dist/echarts-en.common.min.js       |    2 +-
 dist/echarts-en.js                  | 1851 ++++++++++++++++++++++++++---------
 dist/echarts-en.js.map              |    2 +-
 dist/echarts-en.min.js              |    2 +-
 dist/echarts-en.simple.js           |  866 +++++++++++-----
 dist/echarts-en.simple.min.js       |    2 +-
 dist/echarts.common.js              | 1551 ++++++++++++++++++++++-------
 dist/echarts.common.min.js          |    2 +-
 dist/echarts.js                     | 1851 ++++++++++++++++++++++++++---------
 dist/echarts.js.map                 |    2 +-
 dist/echarts.min.js                 |    2 +-
 dist/echarts.simple.js              |  866 +++++++++++-----
 dist/echarts.simple.min.js          |    2 +-
 dist/extension/bmap.js              |   17 +
 dist/extension/bmap.js.map          |    2 +-
 dist/extension/bmap.min.js          |    2 +-
 dist/extension/dataTool.js          |   17 +-
 dist/extension/dataTool.js.map      |    2 +-
 dist/extension/dataTool.min.js      |    2 +-
 extension/bmap/BMapModel.js         |    1 +
 extension/bmap/BMapView.js          |   18 +
 extension/dataTool/gexf.js          |    6 +-
 package-lock.json                   |  883 +++++++++--------
 package.json                        |    4 +-
 src/chart/bar/BarView.js            |   27 +-
 src/component/helper/MapDraw.js     |   16 +-
 src/component/legend/LegendModel.js |    6 +-
 src/coord/geo/GeoModel.js           |   10 +-
 src/echarts.js                      |    4 +-
 src/lang.js                         |    7 +-
 src/langEN.js                       |    7 +-
 src/langES.js                       |    9 +
 src/langFI.js                       |    9 +
 src/langTH.js                       |   10 +
 src/layout/barGrid.js               |    2 +
 src/util/graphic.js                 |   10 +-
 test/bar2.html                      |  242 +++++
 test/legend.html                    |   19 +-
 test/runTest/actions/update.js      |   20 +
 40 files changed, 7318 insertions(+), 2586 deletions(-)



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