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

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

commit 3e068d7a47f0158efdf98a60606b8f72ac6174e4
Merge: 86eba716f db866d8e7
Author: sushuang <sushuang0...@gmail.com>
AuthorDate: Thu Aug 25 14:35:06 2022 +0800

    Merge pull request #17570 from apache/master
    
    Create release for 5.4

 .github/pull_request_template.md                   |  15 +-
 .github/workflows/nightly-next.yml                 |   1 +
 .github/workflows/nightly.yml                      |   1 +
 .github/workflows/source-release.yml               |   1 +
 .github/workflows/stale.yml                        |   4 +-
 extension-src/bmap/BMapCoordSys.ts                 |  14 +
 package-lock.json                                  | 790 +++++++++++----------
 package.json                                       |   4 +-
 src/action/roamHelper.ts                           |   4 +-
 .../{basicTrasition.ts => basicTransition.ts}      |   0
 src/animation/customGraphicKeyframeAnimation.ts    |   6 +-
 src/animation/customGraphicTransition.ts           |   2 +-
 src/animation/morphTransitionHelper.ts             |   2 +-
 src/animation/universalTransition.ts               |   2 +-
 src/chart/bar/BarView.ts                           |   3 +-
 src/chart/boxplot/BoxplotView.ts                   |   2 +-
 src/chart/candlestick/CandlestickView.ts           |   9 +-
 src/chart/custom/CustomView.ts                     |  77 +-
 src/chart/funnel/FunnelView.ts                     |   2 +-
 src/chart/gauge/GaugeSeries.ts                     |   8 +-
 src/chart/gauge/GaugeView.ts                       |  62 +-
 src/chart/graph/GraphSeries.ts                     |   4 +-
 src/chart/graph/GraphView.ts                       |  71 +-
 src/chart/graph/circularLayoutHelper.ts            |  69 +-
 src/chart/graph/install.ts                         |   4 +-
 src/chart/helper/EffectLine.ts                     |  26 +-
 src/chart/helper/EffectPolyline.ts                 |   8 +-
 src/chart/helper/LargeLineDraw.ts                  |   3 +-
 src/chart/helper/LargeSymbolDraw.ts                |   1 +
 src/chart/helper/LineDraw.ts                       |   1 +
 src/chart/helper/Symbol.ts                         |  22 +-
 src/chart/line/LineSeries.ts                       |   2 +-
 src/chart/line/LineView.ts                         |   4 +-
 src/chart/parallel/ParallelView.ts                 |   2 +-
 src/chart/pie/PieSeries.ts                         |  28 +-
 src/chart/pie/PieView.ts                           |   2 +-
 src/chart/pie/labelLayout.ts                       |   3 +-
 src/chart/pie/pieLayout.ts                         |  17 +-
 src/chart/radar/RadarView.ts                       |   2 +-
 src/chart/scatter/ScatterSeries.ts                 |   4 +-
 src/chart/sunburst/SunburstPiece.ts                |   2 +-
 src/chart/sunburst/SunburstSeries.ts               |   4 +-
 src/chart/themeRiver/ThemeRiverView.ts             |   2 +-
 src/chart/tree/treeAction.ts                       |   6 +-
 src/chart/treemap/Breadcrumb.ts                    |  27 +-
 src/chart/treemap/TreemapSeries.ts                 |  13 +-
 src/component/axis/AxisBuilder.ts                  |  12 +-
 src/component/axis/CartesianAxisView.ts            |  15 +-
 src/component/axis/SingleAxisView.ts               |  15 +-
 src/component/dataZoom/SliderZoomView.ts           |   3 +-
 src/component/geo/install.ts                       |   6 +-
 src/component/graphic/GraphicView.ts               |   2 +-
 src/component/helper/MapDraw.ts                    |   4 +-
 src/component/helper/RoamController.ts             |  13 +-
 src/component/marker/MarkAreaView.ts               |  10 +-
 src/component/marker/MarkLineView.ts               |  10 +-
 src/component/marker/MarkPointView.ts              |   2 +-
 src/component/marker/markerHelper.ts               |   4 +-
 src/component/visualMap/ContinuousView.ts          |  20 +-
 src/coord/geo/geoCreator.ts                        |   9 +-
 src/coord/single/Single.ts                         |   2 +-
 src/coord/single/SingleAxis.ts                     |   2 -
 src/core/echarts.ts                                |  12 +-
 src/data/DataStore.ts                              |   2 +-
 src/data/Graph.ts                                  |   8 +-
 src/data/Tree.ts                                   |  18 +-
 src/i18n/langUA.ts                                 | 143 ++++
 src/model/Global.ts                                |   6 +-
 src/scale/Interval.ts                              |   3 +-
 src/scale/Log.ts                                   |   7 +-
 src/util/format.ts                                 |  20 +-
 src/util/graphic.ts                                |  14 +-
 src/util/number.ts                                 |  23 +-
 src/visual/VisualMapping.ts                        |   6 +-
 test/axis-arrow.html                               |  70 +-
 test/bar-race.html                                 |   5 +
 test/coarse-pointer.html                           | 164 +++++
 test/custom-update.html                            | 229 ++++++
 test/custom.html                                   |  73 +-
 test/gauge-case.html                               |   8 +
 test/gauge-simple.html                             |   3 +-
 test/graph-draggable.html                          | 441 ++++++++++++
 test/lib/caseFrame.js                              |  11 +
 test/lib/config.js                                 |  15 +
 test/lib/testHelper.js                             |   7 +-
 test/line-case.html                                |  34 +
 test/logScale.html                                 |  33 +-
 test/pie-coordinate-system.html                    | 381 ++++++++++
 test/pie-label.html                                | 120 +++-
 test/pie-percent.html                              |  91 +++
 test/pie3.html                                     |   6 +-
 test/runTest/actions/__meta__.json                 |  12 +-
 test/runTest/actions/coarse-pointer.json           |   1 +
 test/runTest/actions/custom-update.json            |   1 +
 test/runTest/actions/custom.json                   |   2 +-
 test/runTest/actions/geo-map.json                  |   2 +-
 test/runTest/actions/line-case.json                |   2 +-
 test/runTest/actions/pie-label.json                |   1 +
 test/runTest/actions/symbol.json                   |   1 +
 test/runTest/cli.js                                |   7 +-
 test/runTest/client/client.css                     |  10 +-
 test/runTest/client/client.js                      |   6 +
 test/runTest/client/index.html                     | 153 ++--
 test/runTest/runtime/ActionPlayback.js             |   7 +-
 test/runTest/server.js                             |   4 +
 test/runTest/store.js                              |   9 +-
 test/symbol.html                                   |  72 +-
 test/treemap-simple.html                           |   9 +
 theme/infographic.js                               |  10 +-
 theme/macarons.js                                  |   4 +-
 theme/macarons2.js                                 | 119 ++--
 theme/shine.js                                     |   4 +-
 theme/tech-blue.js                                 |   8 +-
 theme/tool/option/area.js                          |  16 +-
 theme/tool/option/bar.js                           |  32 +-
 theme/tool/option/graph.js                         | 472 ++++--------
 theme/tool/option/map.js                           |  28 +-
 theme/tool/option/pie.js                           |  20 +-
 118 files changed, 3192 insertions(+), 1238 deletions(-)


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

Reply via email to