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/21 05:08:45 UTC

[incubator-echarts] branch fix-10945 updated (dc8c853 -> 625f57c)

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

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


    from dc8c853  fix(gauge): remove gauge data converting to array
     add e43f1be  test(svg): add test for #11036
     add d050565  Add log axis for radar charts (#11324)
     add cf414a2  feat: add sausage shape
     add 6a7cbde  feat(polar): support radius for polar bars
     add e50f049  test(polar): add test for polar bars with roundCap
     add b5e6ba7  feat(polar): supports radius array for polar
     add e5adac3  test(polar): update polar tests
     add 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
     add 3f3c34d  style: fix code style
     add e6ab1fd  fix: remove fixClipWithShadow
     add 58025dd  fix: forgot to remove circles
     add 4355d25  fix(map): fix label position in china map (#11411)
     add 4d3ae67  FIX #11176 xAxis.axisTick.interval appears different between echart4 and echart3.8 (#11186)
     add cf25128  style: fix formatting style of #11186
     add 647b379  Merge branch 'master' into fix-4856
     add e52e95d  Merge pull request #11393 from apache/fix-4856
     add c2547f3  ci: use GitHub ci
     add 8b8a67f  fix(ie): fix error syntax in IE 11
     add 625f57c  Merge branch 'master' into fix-10945

No new revisions were added by this update.

Summary of changes:
 .github/workflows/nodejs.yml            |   31 +
 .travis.yml                             |   16 -
 CONTRIBUTING.md                         |    4 +-
 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 +-
 map/js/china.js                         |    4 +-
 map/json/china.json                     |    2 +-
 package-lock.json                       |  883 ++++++++-------
 package.json                            |    4 +-
 src/chart/bar/BarSeries.js              |    6 +-
 src/chart/bar/BarView.js                |   44 +-
 src/component/axis/AngleAxisView.js     |   43 +-
 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/Axis.js                       |   20 +-
 src/coord/geo/GeoModel.js               |   10 +-
 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/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/layout/barPolar.js                  |    5 +-
 src/util/graphic.js                     |   13 +-
 src/util/symbol.js                      |   84 ++
 test/axis-interval.html                 |  595 +++++-----
 test/bar2.html                          |  263 ++++-
 test/legend.html                        |   19 +-
 test/polar-rounded.html                 |  320 ++++++
 test/runTest/actions/__meta__.json      |    3 +-
 test/runTest/actions/polar-rounded.json |    1 +
 test/runTest/actions/update.js          |   20 +
 test/runTest/recorder/index.html        |    4 +-
 test/runTest/recorder/recorder.js       |    4 +-
 63 files changed, 8222 insertions(+), 2914 deletions(-)
 create mode 100644 .github/workflows/nodejs.yml
 delete mode 100644 .travis.yml
 create mode 100644 test/polar-rounded.html
 create mode 100644 test/runTest/actions/polar-rounded.json


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