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/11/19 11:35:23 UTC

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

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 5a8ee574f354f08d58d40b0f57d65e2bf05be7e1
Merge: d48325d 3185bb1
Author: sushuang <su...@gmail.com>
AuthorDate: Tue Nov 19 19:34:53 2019 +0800

    Merge pull request #11673 from apache/release
    
    Merge release to master

 README.md                           |   12 +-
 dist/echarts-en.common.js           |  905 +++++++++++++++++++----------
 dist/echarts-en.common.min.js       |    2 +-
 dist/echarts-en.js                  | 1073 ++++++++++++++++++++++++-----------
 dist/echarts-en.js.map              |    2 +-
 dist/echarts-en.min.js              |    2 +-
 dist/echarts-en.simple.js           |  432 +++++++++++---
 dist/echarts-en.simple.min.js       |    2 +-
 dist/echarts.common.js              |  905 +++++++++++++++++++----------
 dist/echarts.common.min.js          |    2 +-
 dist/echarts.js                     | 1073 ++++++++++++++++++++++++-----------
 dist/echarts.js.map                 |    2 +-
 dist/echarts.min.js                 |    2 +-
 dist/echarts.simple.js              |  432 +++++++++++---
 dist/echarts.simple.min.js          |    2 +-
 dist/extension/dataTool.js          |    9 +
 dist/extension/dataTool.js.map      |    2 +-
 package-lock.json                   |    8 +-
 package.json                        |    4 +-
 src/chart/bar/BaseBarSeries.js      |    4 +
 src/chart/custom.js                 |    1 +
 src/coord/Axis.js                   |    9 +-
 src/coord/polar/polarCreator.js     |    2 +-
 src/echarts.js                      |    4 +-
 src/layout/barGrid.js               |   84 ++-
 test/axis-interval.html             |   74 +++
 test/bar-width.html                 |  254 +++++++++
 test/lib/draggable.js               |   93 ++-
 test/lib/testHelper.js              |    2 +-
 test/runTest/actions/__meta__.json  |    1 +
 test/runTest/actions/bar-width.json |    1 +
 31 files changed, 3904 insertions(+), 1496 deletions(-)



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