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 2020/06/02 17:54:39 UTC

[incubator-echarts] 09/10: Merge branch 'next' into custom-series-enhance

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

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

commit 389d643c3915297691576334a293fd31c05b6a2c
Merge: d0315f2 75d9cd8
Author: 100pah <su...@gmail.com>
AuthorDate: Wed May 27 16:40:01 2020 +0800

    Merge branch 'next' into custom-series-enhance

 build/dev-fast.js                              |  74 +++
 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-src/bmap/BMapView.ts                 |   5 +-
 extension/bmap/BMapView.js                     |   8 +-
 map/js/province/gansu.js                       |   4 +-
 package-lock.json                              | 151 ++++-
 package.json                                   |   8 +-
 src/chart/bar/BarSeries.ts                     |   6 +-
 src/chart/bar/BarView.ts                       |  32 +-
 src/chart/heatmap/HeatmapView.ts               |   4 +-
 src/chart/helper/EffectSymbol.ts               |   3 +-
 src/chart/helper/Line.ts                       |   2 +-
 src/chart/helper/LineDraw.ts                   |   6 +-
 src/chart/helper/Symbol.ts                     |   4 +-
 src/chart/helper/createClipPathFromCoordSys.ts |   4 +
 src/chart/line/LineView.ts                     |  41 +-
 src/chart/map/MapSeries.ts                     |   8 +-
 src/chart/pie/PieView.ts                       |  39 +-
 src/chart/sankey/sankeyLayout.ts               |  22 +-
 src/chart/sunburst/SunburstPiece.ts            |   2 +
 src/chart/sunburst/SunburstSeries.ts           |   5 +-
 src/chart/sunburst/SunburstView.ts             |   4 +-
 src/chart/tree/TreeSeries.ts                   |   7 +-
 src/chart/treemap/TreemapSeries.ts             |  21 +-
 src/chart/treemap/TreemapView.ts               |  43 +-
 src/component/helper/MapDraw.ts                |  36 +-
 src/component/title.ts                         |   6 +-
 src/component/toolbox/ToolboxView.ts           |   2 +-
 src/component/toolbox/feature/MagicType.ts     |   3 +-
 src/component/toolbox/feature/SaveAsImage.ts   |   3 +-
 src/component/tooltip/TooltipView.ts           |   2 +-
 src/component/visualMap/PiecewiseModel.ts      |  14 +-
 src/coord/axisHelper.ts                        |  44 +-
 src/coord/calendar/Calendar.ts                 |  17 +-
 src/coord/geo/GeoModel.ts                      |   5 +-
 src/coord/geo/geoJSONLoader.ts                 |   4 +-
 src/coord/geo/geoSourceManager.ts              |   6 +-
 src/coord/geo/parseGeoJson.ts                  |   4 +-
 src/coord/radar/Radar.ts                       |   2 +-
 src/data/List.ts                               |  44 +-
 src/data/Tree.ts                               |  40 +-
 src/data/helper/dataProvider.ts                |   6 +-
 src/echarts.ts                                 | 187 ++++---
 src/langEN.ts                                  |  26 +
 src/loading/default.ts                         |  97 ++--
 src/model/Global.ts                            |  17 +-
 src/model/Series.ts                            |   2 +-
 src/model/mixin/itemStyle.ts                   |   2 +-
 src/util/format.ts                             |  18 +-
 src/util/graphic.ts                            |  14 +-
 src/util/types.ts                              |   4 +-
 src/visual/symbol.ts                           |  18 +-
 test/axis-extrema.html                         |  39 ++
 test/bar-background.html                       |  68 ++-
 test/calendar-timezone.html                    | 173 ++++++
 test/effectScatter2.html                       | 106 ++++
 test/heatmap-gap-bug.html                      | 188 +++++++
 test/line-crash.html                           | 131 +++++
 test/lines-bus.html                            |  17 +-
 test/loading.html                              |  55 +-
 test/map-nameProperty.html                     | 252 +++++++++
 test/map.html                                  |  72 +++
 test/min-max-function.html                     | 117 +++-
 test/pie-animation.html                        |  47 +-
 test/runTest/actions/__meta__.json             |   4 +
 test/runTest/actions/bar-background.json       |   1 +
 test/runTest/actions/line-crash.json           |   1 +
 test/runTest/actions/pie-animation.json        |   1 +
 test/runTest/actions/treemap-action.json       |   1 +
 test/sankey-depth.html                         |  14 +-
 test/symbol3.html                              | 105 ++++
 test/toolbox-saveImage-background-svg.html     | 208 +++++++
 88 files changed, 5005 insertions(+), 1385 deletions(-)



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