This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/echarts.git
commit 1a584e45d7cdd271eb7e7c95ade32721f214c9d2 Merge: 8b2a4c4fa 0c7291fb5 Author: Wenli Zhang <zwl.s...@gmail.com> AuthorDate: Wed Jun 8 15:12:15 2022 +0800 Merge pull request #17182 from apache/master Release v5.3.3 .asf.yaml | 4 + .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/workflows/ci.yml | 68 +++++++-- CONTRIBUTING.md | 2 +- KEYS | 178 +++++++++++++++++++++++ README.md | 4 +- build/source-release/template/vote-release.tpl | 6 +- package.json | 2 +- src/action/roamHelper.ts | 8 +- src/chart/bar/PictorialBarSeries.ts | 5 +- src/chart/bar/PictorialBarView.ts | 8 +- src/chart/custom/CustomView.ts | 2 +- src/chart/graph/GraphSeries.ts | 6 + src/chart/graph/GraphView.ts | 2 +- src/chart/graph/createView.ts | 2 +- src/chart/graph/install.ts | 5 +- src/chart/helper/Symbol.ts | 4 +- src/chart/line/LineView.ts | 4 + src/chart/tree/TreeSeries.ts | 2 +- src/chart/tree/TreeView.ts | 21 +-- src/chart/tree/treeAction.ts | 5 +- src/chart/treemap/TreemapSeries.ts | 6 - src/component/dataZoom/SliderZoomView.ts | 3 +- src/component/geo/install.ts | 5 +- src/component/graphic/GraphicModel.ts | 4 +- src/component/graphic/GraphicView.ts | 49 ++++--- src/component/legend/LegendView.ts | 33 +++-- src/component/marker/MarkAreaView.ts | 28 ++-- src/component/marker/MarkLineView.ts | 4 +- src/component/marker/markerHelper.ts | 13 ++ src/component/tooltip/TooltipView.ts | 4 +- src/component/visualMap/PiecewiseModel.ts | 2 +- src/component/visualMap/PiecewiseView.ts | 6 +- src/coord/View.ts | 11 +- src/coord/cartesian/Cartesian2D.ts | 12 ++ src/coord/geo/Geo.ts | 2 +- src/coord/geo/geoCreator.ts | 2 +- src/coord/radar/RadarModel.ts | 3 - src/data/DataStore.ts | 2 +- src/model/Global.ts | 2 +- src/model/Model.ts | 6 +- src/processor/dataStack.ts | 21 +-- src/util/clazz.ts | 4 +- src/util/format.ts | 2 +- src/util/time.ts | 2 +- src/util/types.ts | 9 +- test/area-stack.html | 191 +++++++++++++++++++++++-- test/custom.html | 85 ++++++++++- test/graph-simple.html | 1 + test/graph-symbol.html | 2 + test/graphic-cases.html | 105 +++++++++++++- test/linesGL-ny-appendData.html | 6 +- test/markArea.html | 93 +++++++++++- test/marker-case.html | 42 +++++- test/runTest/actions/__meta__.json | 11 +- test/runTest/actions/graphic-cases.json | 1 + test/runTest/actions/markArea.json | 2 +- test/runTest/actions/marker-case.json | 1 + test/runTest/actions/radar3.json | 2 +- test/runTest/actions/setOption.json | 2 +- test/runTest/actions/tree-polyline.json | 1 + test/runTest/actions/tree-radial.json | 2 +- test/runTest/util.js | 5 +- test/setOption.html | 49 ++++++- test/tree-legend.html | 7 +- test/tree-radial.html | 96 ++++++++----- 66 files changed, 1069 insertions(+), 210 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org