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 7c3f189  Merge pull request #12392 from plainheart/fix-12388
     add ac9c8f5  Merge pull request #12478 from apache/master
     add 0f9f38b  fix syntax error
     add a85a03d  Merge pull request #12494 from apache/fix-syntax
     add 4a91a73  fix(axis): fix typo in #12371
     add d7edf07  Merge pull request #12497 from apache/fix-12371
     add 582cd73  fix(bar): fix bar background incorrect on polar
     add 911bd4b  Merge pull request #12501 from apache/fix-polar-bar-background
     add 1360a8e  fix(geo): fix default name property when parsing GeoJSON
     add 043ff9e  Merge pull request #12500 from apache/fix-geo-name-property
     add ced2c23  release: 4.8.0
     add 167ee79  release: upgrade zrender dep.
     add a74ce97  fix: zrender version should be fixed.
     add 3b61add  Merge pull request #12574 from apache/release-dev
     new bb1d16e  Merge pull request #12707 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     | 520 ++++++++++++++++++++---------
 dist/echarts-en.common.min.js |   2 +-
 dist/echarts-en.js            | 737 +++++++++++++++++++++++++++++-------------
 dist/echarts-en.js.map        |   2 +-
 dist/echarts-en.min.js        |   2 +-
 dist/echarts-en.simple.js     | 435 ++++++++++++++++++-------
 dist/echarts-en.simple.min.js |   2 +-
 dist/echarts.common.js        | 494 +++++++++++++++++++---------
 dist/echarts.common.min.js    |   2 +-
 dist/echarts.js               | 711 +++++++++++++++++++++++++++-------------
 dist/echarts.js.map           |   2 +-
 dist/echarts.min.js           |   2 +-
 dist/echarts.simple.js        | 409 ++++++++++++++++-------
 dist/echarts.simple.min.js    |   2 +-
 dist/extension/bmap.js        | 338 ++++++++++++++++++-
 dist/extension/bmap.js.map    |   2 +-
 dist/extension/bmap.min.js    |   2 +-
 extension/bmap/BMapView.js    |   8 +-
 package-lock.json             |   8 +-
 package.json                  |   4 +-
 src/chart/bar/BarView.js      |  10 +-
 src/chart/pie/PieView.js      |   2 +-
 src/coord/axisHelper.js       |   2 +-
 src/coord/geo/parseGeoJson.js |   2 +-
 src/echarts.js                |   4 +-
 test/bar-background.html      |  10 +-
 26 files changed, 2678 insertions(+), 1036 deletions(-)


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

Reply via email to