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

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

commit a7ff84ae7ddeed85e11aa34d6091a18bf8913bf6
Merge: 5dd49b4d9 38bcddc40
Author: Yi Shen <bm2736...@gmail.com>
AuthorDate: Tue Apr 26 15:15:32 2022 +0800

    Merge pull request #16944 from apache/merge-master-to-next
    
    Merge master to next

 .asf.yaml                                      |    4 +
 .github/workflows/ci.yml                       |   68 +-
 CONTRIBUTING.md                                |   12 +-
 KEYS                                           |  178 +
 README.md                                      |    4 +-
 build/source-release/template/vote-release.tpl |    6 +-
 dist/echarts.common.js                         | 6064 ++++++++--------
 dist/echarts.common.js.map                     |    2 +-
 dist/echarts.common.min.js                     |    2 +-
 dist/echarts.esm.js                            | 9104 ++++++++++++------------
 dist/echarts.esm.js.map                        |    2 +-
 dist/echarts.esm.min.js                        |    2 +-
 dist/echarts.js                                | 9104 ++++++++++++------------
 dist/echarts.js.map                            |    2 +-
 dist/echarts.min.js                            |    2 +-
 dist/echarts.simple.js                         | 4688 ++++++------
 dist/echarts.simple.js.map                     |    2 +-
 dist/echarts.simple.min.js                     |    2 +-
 dist/extension/bmap.js.map                     |    2 +-
 dist/extension/dataTool.js.map                 |    2 +-
 package-lock.json                              | 1361 ++--
 package.json                                   |    4 +-
 src/chart/effectScatter/EffectScatterSeries.ts |    2 +-
 src/chart/gauge/GaugeView.ts                   |   17 +-
 src/chart/graph/GraphSeries.ts                 |    6 +
 src/chart/graph/GraphView.ts                   |    2 +-
 src/chart/heatmap/HeatmapView.ts               |   20 +-
 src/chart/helper/Symbol.ts                     |   12 +-
 src/chart/helper/SymbolDraw.ts                 |    4 +-
 src/chart/line/LineSeries.ts                   |    2 +-
 src/chart/line/LineView.ts                     |    4 +
 src/chart/line/helper.ts                       |    7 +-
 src/chart/sunburst/SunburstSeries.ts           |    4 +-
 src/chart/sunburst/sunburstLayout.ts           |    2 +-
 src/chart/themeRiver/themeRiverLayout.ts       |    8 +-
 src/component/axis/RadiusAxisView.ts           |    5 +-
 src/component/dataZoom/SliderZoomView.ts       |    3 +-
 src/component/marker/MarkAreaView.ts           |   28 +-
 src/component/marker/markerHelper.ts           |   13 +
 src/component/toolbox/ToolboxView.ts           |   28 +-
 src/component/toolbox/feature/DataView.ts      |    5 +-
 src/component/toolbox/feature/SaveAsImage.ts   |    2 +-
 src/component/visualMap/ContinuousView.ts      |   29 +-
 src/component/visualMap/PiecewiseView.ts       |   11 +-
 src/component/visualMap/VisualMapModel.ts      |    1 -
 src/coord/cartesian/Cartesian2D.ts             |   12 +
 src/coord/cartesian/Grid.ts                    |    2 +-
 src/coord/radar/RadarModel.ts                  |    3 -
 src/core/echarts.ts                            |    6 +-
 src/data/DataStore.ts                          |   10 +-
 src/label/labelGuideHelper.ts                  |    2 +-
 src/model/mixin/dataFormat.ts                  |    2 +-
 test/area-origin.html                          |  180 +
 test/dataZoom-feature.html                     |  112 +-
 test/gauge-case.html                           |   65 +-
 test/graph-symbol.html                         |    2 +
 test/heatmap-gap-bug.html                      |    6 +-
 test/heatmap-large.html                        |    8 +-
 test/markArea.html                             |   93 +-
 test/pie-label.html                            |   59 +
 test/runTest/actions/__meta__.json             |    8 +-
 test/runTest/actions/heatmap-gap-bug.json      |    1 +
 test/runTest/actions/markArea.json             |    2 +-
 test/runTest/actions/radar3.json               |    2 +-
 test/runTest/actions/setOption.json            |    2 +-
 test/runTest/actions/splitLine.json            |    1 +
 test/runTest/genReport.js                      |    2 +-
 test/scatter.html                              |    1 +
 test/setOption.html                            |   49 +-
 test/splitLine.html                            |   62 +-
 test/toolbox-title.html                        |    4 +-
 test/visualMap-continuous.html                 |  171 +-
 test/visualMap-pieces.html                     |  158 +-
 73 files changed, 16096 insertions(+), 15761 deletions(-)


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

Reply via email to