You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/04/07 09:05:54 UTC

[echarts] 01/01: Merge pull request #14606 from apache/master

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

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

commit f69c500aebaf9e2db54e3638683d758a219a14bc
Merge: 52b9ed5 8f48ad2
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Wed Apr 7 17:05:23 2021 +0800

    Merge pull request #14606 from apache/master
    
    Prepare to release 5.1.0

 .github/workflows/nodejs.yml                       |   16 +-
 LICENSE                                            |    9 +-
 build/dev-fast.js                                  |   69 +-
 package-lock.json                                  |   52 +-
 package.json                                       |    4 +-
 src/chart/bar/install.ts                           |    8 -
 src/chart/boxplot/boxplotVisual.ts                 |    3 -
 src/chart/candlestick/candlestickVisual.ts         |    2 -
 src/chart/effectScatter/EffectScatterSeries.ts     |    2 +
 src/chart/effectScatter/EffectScatterView.ts       |    8 +-
 src/chart/gauge/GaugeView.ts                       |   24 +-
 src/chart/graph/GraphView.ts                       |    4 +-
 src/chart/helper/EffectSymbol.ts                   |   13 +-
 src/chart/helper/Line.ts                           |   33 +-
 src/chart/helper/Symbol.ts                         |   17 +-
 src/chart/helper/SymbolDraw.ts                     |   14 +-
 src/chart/line/LineSeries.ts                       |   51 +-
 src/chart/line/LineView.ts                         |    7 +-
 src/chart/line/install.ts                          |   16 +
 src/chart/line/lineAnimationDiff.ts                |   27 +-
 src/chart/map/MapSeries.ts                         |   34 +-
 src/chart/map/mapSymbolLayout.ts                   |    4 +-
 src/chart/radar/RadarSeries.ts                     |    3 +-
 src/chart/sankey/SankeyView.ts                     |    2 +-
 src/chart/sunburst/SunburstPiece.ts                |   10 +-
 src/chart/tree/TreeSeries.ts                       |    2 +-
 src/chart/treemap/Breadcrumb.ts                    |    3 +-
 src/chart/treemap/TreemapView.ts                   |   47 +-
 src/component/axis/AxisBuilder.ts                  |   34 +-
 src/component/brush/BrushModel.ts                  |    5 +
 src/component/calendar/CalendarView.ts             |    2 +-
 src/component/dataZoom/SliderZoomView.ts           |    5 +-
 src/component/geo/GeoView.ts                       |   17 +-
 src/component/geo/install.ts                       |   16 +-
 src/component/graphic/install.ts                   |   18 +-
 src/component/helper/MapDraw.ts                    |  753 +-
 src/component/legend/LegendModel.ts                |  145 +-
 src/component/legend/LegendView.ts                 |  325 +-
 src/component/marker/MarkAreaView.ts               |   29 +-
 src/component/marker/MarkLineModel.ts              |   11 +-
 src/component/marker/MarkLineView.ts               |   24 +-
 .../{installMarkLine.ts => checkMarkerInSeries.ts} |   29 +-
 src/component/marker/installMarkArea.ts            |    7 +-
 src/component/marker/installMarkLine.ts            |    7 +-
 src/component/marker/installMarkPoint.ts           |    7 +-
 src/component/radar/install.ts                     |   14 +
 src/component/timeline/SliderTimelineView.ts       |   11 +-
 src/component/toolbox/ToolboxModel.ts              |    3 +-
 src/component/toolbox/ToolboxView.ts               |   28 +-
 src/component/tooltip/TooltipHTMLContent.ts        |  175 +-
 src/component/tooltip/TooltipView.ts               |  236 +-
 src/component/tooltip/helper.ts                    |   44 +
 src/component/visualMap/PiecewiseModel.ts          |    7 +
 src/component/visualMap/VisualMapModel.ts          |   15 +-
 src/component/visualMap/VisualMapView.ts           |    4 -
 src/coord/View.ts                                  |   68 +-
 src/coord/geo/Geo.ts                               |  100 +-
 src/coord/geo/GeoJSONResource.ts                   |  171 +
 src/coord/geo/GeoModel.ts                          |   58 +-
 src/coord/geo/GeoSVGResource.ts                    |  367 +
 src/coord/geo/Region.ts                            |  112 +-
 src/coord/geo/fix/diaoyuIsland.ts                  |    6 +-
 src/coord/geo/fix/geoCoord.ts                      |   16 +-
 src/coord/geo/fix/nanhai.ts                        |    6 +-
 src/coord/geo/fix/textCoord.ts                     |   10 +-
 src/coord/geo/geoCreator.ts                        |   37 +-
 src/coord/geo/geoJSONLoader.ts                     |   99 -
 src/coord/geo/geoSVGLoader.ts                      |  153 -
 src/coord/geo/geoSourceManager.ts                  |  217 +-
 src/coord/geo/geoTypes.ts                          |   25 +
 src/coord/geo/mapDataStorage.ts                    |  158 -
 src/coord/geo/parseGeoJson.ts                      |    8 +-
 src/core/echarts.ts                                |  204 +-
 src/data/List.ts                                   |    6 +-
 src/data/OrdinalMeta.ts                            |    2 +-
 src/echarts.ts                                     |    2 +-
 src/export/core.ts                                 |   12 +-
 src/export/option.ts                               |   27 +-
 src/i18n/langCS.ts                                 |  142 +
 src/label/LabelManager.ts                          |    9 +
 src/loading/default.ts                             |    4 +-
 src/model/Global.ts                                |   91 +-
 src/model/Series.ts                                |   13 +-
 src/model/mixin/lineStyle.ts                       |    2 +-
 src/util/clazz.ts                                  |    2 +-
 src/util/component.ts                              |    4 +-
 src/util/format.ts                                 |    2 +-
 src/util/graphic.ts                                |   57 +-
 src/util/innerStore.ts                             |   21 +-
 src/util/model.ts                                  |   68 +-
 src/util/states.ts                                 |  186 +-
 src/util/styleCompat.ts                            |    2 +-
 src/util/symbol.ts                                 |   24 +-
 src/util/types.ts                                  |   36 +-
 src/view/Component.ts                              |   18 +-
 src/visual/commonVisualTypes.ts                    |    8 +-
 src/visual/style.ts                                |   16 +-
 src/visual/symbol.ts                               |   23 +-
 test/data/svg/Beef_cuts_France.svg                 | 1430 ++++
 test/data/svg/MacOdrum-LV5-floorplan-web.svg       | 2694 ++++++++
 test/data/svg/Map_of_Iceland.svg                   | 7211 ++++++++++++++++++++
 .../svg/Sicily_prehellenic_topographic_map.svg     | 1303 ++++
 test/data/svg/Veins_Medical_Diagram_clip_art.svg   | 1012 +++
 test/data/svg/flight-seats.svg                     | 2997 ++++++++
 test/data/svg/ksia-ext-plan-min.svg                | 3698 ++++++++++
 test/data/svg/seatmap-example.svg                  |  842 +++
 test/gauge-pointer.html                            |   82 +
 test/geo-layout.html                               |  346 +
 test/geo-svg-demo.html                             |  909 +++
 test/geo-svg.html                                  |  873 +++
 test/hoverFocus2.html                              |   88 +
 test/label-layout.html                             |   25 +
 test/legend-style.html                             |  215 +
 test/line-extraneous.html                          |  274 +
 test/line-non-continuous.html                      |   75 +
 test/line-style.html                               |    1 +
 test/loading.html                                  |   46 +
 test/markLine-symbolRotate.html                    |    8 +-
 test/radar.html                                    |   22 +-
 test/resize-animation.html                         |  117 +
 test/runTest/actions/__meta__.json                 |    9 +-
 test/runTest/actions/geo-svg-demo.json             |    1 +
 test/runTest/actions/geo-svg.json                  |    1 +
 test/runTest/actions/hoverFocus2.json              |    2 +-
 test/runTest/actions/label-layout.json             |    2 +-
 test/runTest/actions/line-extraneous.json          |    1 +
 test/runTest/actions/resize-animation.json         |    1 +
 test/runTest/actions/tooltip-component.json        |    1 +
 test/symbol3.html                                  |   46 +-
 test/tooltip-component.html                        |  497 ++
 test/tree-legend.html                              |    9 +-
 test/treemap-action.html                           |  416 ++
 test/ut/core/extendExpect.ts                       |    4 +-
 test/ut/core/utHelper.ts                           |   14 +-
 test/ut/index.d.ts                                 |   13 +
 test/ut/spec/component/graphic/setOption.test.ts   |    6 +-
 test/ut/spec/component/visualMap/setOption.test.ts |    8 +-
 test/ut/spec/data/dataTransform.test.ts            |   12 +-
 test/ut/spec/model/Component.test.ts               |  235 -
 test/ut/spec/model/Global.test.ts                  |   56 +-
 test/ut/spec/model/componentDependency.test.ts     |  240 +
 test/ut/spec/model/componentMissing.test.ts        |  118 +
 test/ut/spec/model/timelineMediaOptions.test.ts    |   44 +-
 test/ut/spec/scale/interval.test.ts                |   10 +-
 test/ut/spec/series/custom.test.ts                 |    2 +-
 test/visualMap-scatter-colorAndSymbol.html         |   11 +-
 146 files changed, 29119 insertions(+), 1955 deletions(-)

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