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:53 UTC

[echarts] branch release updated (52b9ed5 -> f69c500)

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

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


    from 52b9ed5  Improve French translation
     add 2801c17  Feat: dev-fase use esbuild watch mode
     add 51aab9e  chore: use banner and footer to wrap code
     add cf89ecc  Merge pull request #14177 from susiwen8/esbuild-watch
     add 2b55862  fix(showLoading): #14188 text of loading covered by charts
     add 0b33193  Merge pull request #14191 from apache/fix-14188
     add b04772d  Update LegendModel.ts
     add 28bffa0  Merge pull request #14263 from thesiti92/patch-1
     add a44926a  Merge pull request #14283 from apache/release
     add 55384ad  fix(type): exporting more necessary types
     add 6a7ac85  Merge pull request #14289 from apache/export-types
     add 2a49feb  This code has been modified in 8c2267d45 (see #11854) and merge into next branch in dd3d83cc4, but in 58dc3f701 the merge was not correct enough (it cause the drillDownIcon displayed repeatedly in some case). So fix it according to 8c2267d45. And add the missing test case.
     add e893d90  Merge pull request #14299 from apache/fix/treemap-expand
     add 27449d3  fix(markLine): fix axis type in markLine data and close #14300
     add a302c0c  Merge pull request #14314 from apache/fix-14300
     add 1c6d63c  fix(markArea): markArea background color disappeared. close #13647
     add 8e8ed75  chore: simplify code
     add 474c759  improve: rename variable and add sort compare func
     add 8b17abb  Merge pull request #14343 from Nick22nd/fix-13647
     add f03dfad  Export union members of option types separately
     add cc8a94a  Merge pull request #14353 from twittwer/feat/export-PiecewiseVisualMapOption
     add 9e647d3  fix(dataZoom):fix dataZoom setting no effect
     add a7ce768  Merge pull request #14388 from apache/fix-14285
     add a1a3fa3  Fix(sankey): sankey label has higher z2
     add 31a6de8  Merge pull request #14417 from susiwen8/14287
     add 13f1f03  fix(series): fix series data type judgment bug. close #14293 (#14413)
     add 64c0bbe  fix file names in license (#14456)
     add cd84535  feat(i18n): added czech translation
     add 773d87e  Merge pull request #14468 from JiriBalcar/czech_translation
     add 0456847  fix(tooltip): fix time axis formatter #14470
     add b9c7e9e  feature: [tooltip] (1) Make component tooltip inherit cascade correct: itemOption.tooltip -> componentOption.tooltip -> globalOption.tooltip (previous incorrect cascade: itemOption.tooltip -> globalOption.tooltip (2) Enable trigger component tooltip by chart.dispatchAction({ type: 'showTip', legendIndex: 0, name: 'some' });
     add 91e8e47  fix: [tooltip] add test case for the last commit.
     add 35d9f60  fix: [tooltip] escape series from component finder.
     add 438f403  fix: [tooltip] keep support tooltip on graphic component.
     add 3dea90f  fix: [tooltip] (1) keep support string tooltip on each component item. (2) some tiny refactor.
     add 88d2ad7  Merge pull request #14473 from apache/fix/component-tooltip
     add a04213d  perf(tooltip): optimize the performance of tooltip.
     add 5751a30  Merge branch 'master' of https://github.com/apache/echarts into perf-tooltip
     add 15fb2a3  Merge branch 'master' of https://github.com/apache/echarts into perf-tooltip
     add 7fe6d4d  fix(tooltip): rename `ieTransform3dSupported` to be `transformSupported`.
     add ce4d237  perf(tooltip): reduce strings.
     add ae6b635  fix(tooltip): fix tooltip position may be incorrect.
     add 6904fc6  fix(tooltip): fix tooltip position issue when using transform.
     add 242c403  fix(tooltip): explicitly use import type.
     add 73a9f6e  fix(tooltip): fix code format and check if dom is supported before `testStyle`.
     add e88b99f  fix(tooltip): fix potential NPE in `toCSSVendorPrefix` function.
     add 07b074a  Merge pull request #14246 from apache/perf-tooltip
     add e3974dd  fix(custom): fix series label on custom series not working properly. close #14092
     add f3471f0  Merge pull request #14254 from Nick22nd/fix-14092
     add c152d91  fix(label): fix labels are not on the top bug.
     add 0910200  revert(sankey): revert the changes made by #14417.
     add 64aa9c5  fix(label): fix the bug that labelLine was mistakenly put into else branch and should keep z unchanged.
     add 17b2ba0  fix(label): optimize z2 calculation of label on group
     add 05ed207  fix(z): use z2 to represent overlay in treemap
     add ab5838eb fix(treemap): ensure breadcrumb is on the top
     add c3a4982  fix: remove legacy usage of transform
     add 28f01ef  Merge pull request #14357 from apache/fix-legacy-code
     add 01e2da5  1) fix: markLine `symbolOffset` doesn't work bug - Resolves #9325 - Resolves #14106 - Resolves #4771 2) feat: `markLine.symbolRotate` can be an array to specify symbol rotation at the two endpoints. - Related #12736, #12392 3) feat: add `markLine.symbolKeepAspect` and fix `symbolKeepAspect` doesn't work bug. 4) feat: `symbolOffset` can be a callback function, close #12495.
     add 93b157c  fix(markLine): remove unexpected dev code.
     add 1c1632d  fix(lint): tweak code format.
     add d5b3f71  fix(symbol): fix `symbolOffset` bug in `effectSymbol`.
     add a328e65  fix(markLine): `0` should be considered as a valid value, so use `retrieve2` instead of `||`.
     add 1fb3d89  test(markLine): add test cases for markLine symbolRotate & symbolOffset.
     add a39c4a1  Merge pull request #14375 from apache/fix/markLine-symbol
     add 1e86a5c  test(lines): add extraneous lines test case
     add 41551fa  fix: discard removed line data points
     add d80deef  Merge pull request #13638 from areo/fix-10228
     add d010376  test(line): add test case for line remove animation.
     add 6e8515a  Merge pull request #14552 from apache/add-test-for-line-extraneous
     add 1fecb51  feat(animation): add animaiton configuration in resize
     add ba3e89b  Merge pull request #14553 from apache/resize-animation
     add f28bd48  fix(Calendar): fix day label drifting. close #11508
     add 5231bbd  improve: set margin as minimal one
     add a7fe5a4  Merge pull request #13902 from Nick22nd/fix-11508
     add da7d797  fix(marker): only use maker component when exists on series
     add 4933a8e  fix(debug): enhance error log when component is missing
     add 68f2a55  test: fix ut
     add af9f776  fix(timeline): remove deprecated usage
     add ac49c2b  fix(option): optimize component missing error
     add b8c6add  test: add missing component ut. fix some warnings
     add 4719d54  chore: enable unit test checking in pull request
     add 839ae77  tweak log content when component missing
     add 78a7e00  chore: always run unit test in action
     add d0860d9  fix(marker): fix typo in marker
     add 13d75a3  chore: disable ut in action temporary
     add 09ddced  Merge pull request #14568 from apache/enhance-missing-components-log
     add 68f5c90  fix(label): fix map label won't update it's position when labelLayout is used
     add cc7001d  fix: tweak
     add 6a22cc6  fix: [geo] clean code and add comment and make interface better.
     add e9af050  fix: [geo] (1) refactor of geoJSON & SVG source loader and management. (2) remove the support of "load multiple geoJSON or SVG in one map name". This feature is never documented and published. And this feature have a inherent problem that it's not easy to normalize the unit among the different SVG. After this commit, one map name can only have one geoJSON or one SVG.
     add 6b5a0e5  fix: [geo] (1) label scale implementation change: user afterUpdate rather than / parentScale. (2) some refactor and clean code.
     add ca58174  feature: [geo] support geo svg named elements have the same behavior as regions of geoJSON
     add 30c861c  feature: [geo] (1) "geoselectchanged" event: add param: allSelected: { geoIndex: number, name: string[] }[] (2) geoSVG resource support: + label + emphasis/select/blur state + "geoselectchanged" event (on geo component) + "selectchanged" event (on map series) (3) some refactor to make those happen: + The original `Region` is migrated to `GeoJSONRegion`. And make `Region` as the base class of `GeoJSONRegion` and `GeoSVGRegion`. + Modify the constructor of `Geo`.
     add f2c35fa  fix: [geo] tweak a little.
     add 86522a1  fix: [geo] modified default item color for geoSVG and some tweak.
     add 886d041  Merge branch 'master' into fix/geo-svg
     add 152ab8e  fix: [geo] (1) fix contain point calculation. (2) remove Geo['_nameCoordMap'], instead, calculate center on demand. (3) fix that some API missing nameProperty and geoJSON should cached not only by mapName but also by nameProperty. (4) do not support nameMap in geoSVG until some real requirements come. (5) svg line polyline use 'region.lineStyle' rather than 'region.itemStyle' (6) svg text tspan image are enabled to trigger tooltip and user event (but not supported to cha [...]
     add 426f371  Merge branch 'master' into fix/geo-svg
     add c35a522  fix: [tooltip] (1) add missing test:visual (2) fix tooltip component default position: should apply `position` on option firstly.
     add c2d7873  fix: [blur] make API trigger emphasis blur correct (should leave blur firstly for other series).
     add 9c2cb8e  fix: tweak the last commit.
     add b0d4a35  feature: [geo] (1) Support component focus blur. The option `emphasis.focus` can be specified to enable this feature. `emphasis.focus` only supports the value `'self'`. The option `emphasis.focusScope` is not supported in component. That is, the focus scope can be only a single component itself. All of the elements in this component will be blurred. Added `Component['focusBlurEnabled']` to enable component blur. (2) Support component hover link when highlight with a give [...]
     add 8235095  featrue: [geo] (1) support name on <g>. (2) some refactor.
     add fc311a0  fix: geoJSON focus-blur
     add 4f47a93  fix: param validation: throw error -> console.error.
     add ad3d433  fix: [geo] fix label z on hover and simplify label code.
     add dfb58ad  fix: label should only apply the translate of this host el.
     add d8ebb5f  fix: [geo] svg fix converter and add test case.
     add fc4ca57  fix: [geo svg] fix viewBox and add test cases.
     add 43e99ef  fix: [geo svg] add test files to echarts folder.
     add 31c7787  fix: [geo svg] make test case better.
     add d56c496  fix(gauge) #14131 Pointer can not display when icon is image
     add 397a253  Merge branch 'master' into fix-14131
     add a4aad8c  Pointer can not display when icon is image
     add bf14323  gauge has decal & the symbolStyle will not be reused
     add 1a1d7c9  pointer don't have scale
     add 4e82112  Merge pull request #14165 from apache/fix-14131
     add 995637a  fix(line): ensure lineWidth is a number before addition in bolder logic, resolves #14591.
     add bfa1f26  Merge pull request #14593 from apache/fix-line-width
     add f72c9e2  Feat(effectScatter): add clip for effectScatter
     add 27c0908  Merge pull request #14574 from susiwen8/effectScatter-clip
     add cd523cd  fix(graph): no symbol when offset is not defined
     add 1320c28  Merge pull request #14600 from apache/fix-symbol
     add ca83c55  Merge branch 'master' into fix/geo-svg
     add 76625ba  test: [geo svg] add visual test.
     add 36dcf1f  test: [geo svg] add test case.
     add b059e22  Merge pull request #14571 from apache/fix/geo-svg
     add dc8f5b5  Merge branch 'master' into fix-map-label
     add f12cb62  fix(map): fix map label not display caused by merge
     add f0eb7ae  Merge pull request #14578 from apache/fix-map-label
     add e7f431a  WIP(legend): merge #12444 and current master
     add 1c93de6  feat(legend): line series default legend and customed style
     add 402f8f5  WIP(legend): reserve emptyCircle
     add bf2529e  WIP(legend): use default style in series
     add 39d4e53  WIP(legend): refactor and use fixed line width
     add 7955fd8  WIP(legend): default symbolSize as 80% itemHeight while it can also inherit
     add 3646296  WIP(legend): style when series is not selected
     add a654399  test(legend): update test cases
     add 635d986  Merge branch 'master' into fix-legend
     add aa7f802  WIP(legend): fix symbolSize
     add ef532ba  WIP(legend): fix inactive legend style
     add e95638a  WIP(legend): add more style attributes
     add 171571b  fix(legend): fix shadow default value
     add dc2282f  WIP(legend): legend icon in series policy
     add 5b10d82  WIP(legend): move default legend icon logic from series to legend
     add c06dfcf  WIP(legend): fix legendSymbol
     add 04ce156  fix(legend): fix bugs of legend style
     add 98e87ee  fix(legend): fix line and radar
     add b083c1e  fix: empty symbol lineWidth 2
     add 64f2cb6  fix(legend): fix radar legend
     add 74eec89  Merge branch 'master' into fix-legend
     add c125b4a  refactor: simplify type definition
     add da6d040  fix(legend): fix line series icon
     add 3966af8  refactor(legend): render legend in legendView when icon is defined
     add 304685d  Merge pull request #14497 from apache/fix-legend
     add 71ec194  fix(visualMap): use itemSymbol as default symbol type and fix #5719
     add fffa912  fix(visualMap): no need to filter square
     add c9e7001  refactor(visualMap): do not make assumption of child class in parent
     add a95ff6a  fix(visualMap): remove unnecessary logic
     add 98ee07d  Merge pull request #14243 from apache/feat-visualMap-itemSymbol
     add 0fdc8bf  Merge branch 'master' into fix-label-z
     add 8da6b3f  fix: not using global z in graphic component
     add 8f48ad2  Merge pull request #14542 from apache/fix-label-z
     new f69c500  Merge pull request #14606 from apache/master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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 +-
 .../marker/checkMarkerInSeries.ts}                 |   24 +-
 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/{allZero.html => line-non-continuous.html}    |   46 +-
 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, 29058 insertions(+), 1982 deletions(-)
 copy src/{util/vendor.ts => component/marker/checkMarkerInSeries.ts} (56%)
 create mode 100644 src/coord/geo/GeoJSONResource.ts
 create mode 100644 src/coord/geo/GeoSVGResource.ts
 delete mode 100644 src/coord/geo/geoJSONLoader.ts
 delete mode 100644 src/coord/geo/geoSVGLoader.ts
 delete mode 100644 src/coord/geo/mapDataStorage.ts
 create mode 100644 src/i18n/langCS.ts
 create mode 100644 test/data/svg/Beef_cuts_France.svg
 create mode 100644 test/data/svg/MacOdrum-LV5-floorplan-web.svg
 create mode 100644 test/data/svg/Map_of_Iceland.svg
 create mode 100644 test/data/svg/Sicily_prehellenic_topographic_map.svg
 create mode 100644 test/data/svg/Veins_Medical_Diagram_clip_art.svg
 create mode 100644 test/data/svg/flight-seats.svg
 create mode 100644 test/data/svg/ksia-ext-plan-min.svg
 create mode 100644 test/data/svg/seatmap-example.svg
 create mode 100644 test/geo-layout.html
 create mode 100644 test/geo-svg-demo.html
 create mode 100644 test/geo-svg.html
 create mode 100644 test/legend-style.html
 create mode 100644 test/line-extraneous.html
 copy test/{allZero.html => line-non-continuous.html} (66%)
 create mode 100644 test/resize-animation.html
 create mode 100644 test/runTest/actions/geo-svg-demo.json
 create mode 100644 test/runTest/actions/geo-svg.json
 create mode 100644 test/runTest/actions/line-extraneous.json
 create mode 100644 test/runTest/actions/resize-animation.json
 create mode 100644 test/runTest/actions/tooltip-component.json
 create mode 100644 test/tooltip-component.html
 create mode 100755 test/treemap-action.html
 create mode 100644 test/ut/index.d.ts
 delete mode 100755 test/ut/spec/model/Component.test.ts
 create mode 100755 test/ut/spec/model/componentDependency.test.ts
 create mode 100644 test/ut/spec/model/componentMissing.test.ts

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


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

Posted by sh...@apache.org.
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