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

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

commit fef810f54f73210b96011d234e01e0e6d1c2ba8c
Merge: 0e065ce f65cd55
Author: sushuang <[email protected]>
AuthorDate: Fri Nov 1 14:27:11 2019 +0800

    Merge pull request #11545 from apache/master
    
    make release branch

 .github/ISSUE_TEMPLATE.md                      |   2 +-
 .github/workflows/nodejs.yml                   |  31 ++
 .travis.yml                                    |  16 -
 CONTRIBUTING.md                                |   4 +-
 README.md                                      |   8 +-
 echarts.all.js                                 |   2 +-
 map/js/china.js                                |   4 +-
 map/json/china.json                            |   2 +-
 src/chart/bar/BarSeries.js                     |   6 +-
 src/chart/bar/BarView.js                       |  18 +-
 src/chart/candlestick/CandlestickSeries.js     |   2 +
 src/chart/candlestick/CandlestickView.js       |  45 +-
 src/chart/gauge/GaugeSeries.js                 |   5 -
 src/chart/graph/GraphSeries.js                 |   2 +
 src/chart/graph/forceHelper.js                 |  10 +-
 src/chart/graph/forceLayout.js                 |   9 +-
 src/chart/helper/Symbol.js                     |   9 +
 src/chart/helper/createClipPathFromCoordSys.js |   6 +-
 src/chart/helper/createGraphFromNodeEdge.js    |   2 +-
 src/chart/tree/TreeView.js                     |   7 +-
 src/component/axis/AngleAxisView.js            |  43 +-
 src/component/brush/BrushView.js               |   6 +
 src/component/brush/brushAction.js             |   7 +-
 src/component/dataZoom/DataZoomModel.js        |  16 +-
 src/component/helper/BrushController.js        |  59 ++-
 src/component/toolbox/ToolboxView.js           |  18 +-
 src/coord/Axis.js                              |  23 +-
 src/coord/axisTickLabelBuilder.js              |  10 +
 src/coord/cartesian/Cartesian2D.js             |  13 -
 src/coord/geo/geoJSONLoader.js                 |   4 +-
 src/coord/polar/polarCreator.js                |  19 +-
 src/coord/radar/Radar.js                       |   4 +-
 src/coord/radar/RadarModel.js                  |   7 +-
 src/data/DataDiffer.js                         |   5 +-
 src/data/Graph.js                              |   2 +-
 src/data/List.js                               |   8 +-
 src/layout/barGrid.js                          |  94 +++-
 src/layout/barPolar.js                         |   5 +-
 src/model/Global.js                            |   2 +-
 src/util/number.js                             |  24 +-
 src/util/shape/sausage.js                      |  93 ++++
 test/-cases.js                                 |   1 +
 test/axis-interval.html                        | 615 +++++++++++++++----------
 test/axis-interval2.html                       | 140 ++++++
 test/axis-splitArea.html                       | 182 ++++++++
 test/bar-log.html                              |  83 ++++
 test/bar2.html                                 |  81 +++-
 test/clip.html                                 | 373 +++++++++++++++
 test/dataZoom-extreme.html                     | 428 +++++++++--------
 test/force-edge-ignoreLayout.html              | 130 ++++++
 test/force-friction.html                       | 100 ++++
 test/force.html                                |  14 +-
 test/force2.html                               |  12 +-
 test/force3.html                               |  16 +-
 test/gauge-simple.html                         | 159 +++++++
 test/ios13-z-bug.html                          | 353 ++++++++++++++
 test/legend-scroll2plain.html                  | 148 ++++++
 test/legend.html                               |   1 -
 test/lib/testHelper.js                         |   7 +
 test/line.html                                 |  39 +-
 test/polar-rounded.html                        | 286 ++++++++++++
 test/runTest/actions/__meta__.json             |  59 +--
 test/runTest/actions/axis-interval.json        |   1 +
 test/runTest/actions/axis-interval2.json       |   1 +
 test/runTest/actions/bar2.json                 |   1 +
 test/runTest/actions/clip.json                 |   2 +-
 test/runTest/actions/gauge-simple.json         |   1 +
 test/runTest/actions/line.json                 |   1 +
 test/runTest/actions/polar-rounded.json        |   1 +
 test/runTest/actions/toolbox-title.json        |   1 +
 test/runTest/actions/update.js                 |   2 +-
 test/runTest/client/client.js                  |   2 +-
 test/runTest/compareScreenshot.js              |   2 +-
 test/runTest/recorder/index.html               |   4 +-
 test/runTest/recorder/recorder.js              |   4 +-
 test/runTest/store.js                          |   5 +-
 test/toolbox-title.html                        | 200 ++++++++
 test/ut/MIT.LICENSE                            |  20 -
 test/ut/spec/data/List.js                      |  74 ++-
 test/ut/spec/data/completeDimensions.js        | 520 +++++++--------------
 test/ut/spec/model/Component.js                |  18 +-
 test/ut/spec/scale/interval.js                 |   5 +-
 test/ut/spec/util/number.js                    |  58 +++
 83 files changed, 3722 insertions(+), 1080 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to