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/16 06:40:10 UTC

[incubator-echarts] branch fix-4856 updated (69c25d9 -> d7ed43e)

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

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


    from 69c25d9  refactor: improve according to cr
     add 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
     add afa7340  Merge pull request #11409 from apache/release
     add 6c32b3c  Merge pull request #1 from apache/master
     add ee4a934  New Feature--add Event "brushEnd"
     add b6b9450  Merge pull request #11285 from cuijian-dexter/Fix9215
     add 74aa5e5  Fix typo 'grapchic' in `echarts.all.js`
     add d7ed43e  core: merge master

No new revisions were added by this update.

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 +-
 echarts.all.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            |   30 +-
 src/component/brush/BrushView.js    |    6 +
 src/component/brush/brushAction.js  |    7 +-
 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 +
 test/runTest/recorder/index.html    |    4 +-
 test/runTest/recorder/recorder.js   |    4 +-
 45 files changed, 7337 insertions(+), 2593 deletions(-)


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