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 33b4b87aa90d1f341b1fdb5b5abea78592c2a22d Merge: c308ec76f baa57b0ae Author: Wenli Zhang <[email protected]> AuthorDate: Tue Mar 7 11:07:40 2023 +0800 Merge pull request #18338 from apache/master chore: prepare to release v5.4.2 .npmignore | 4 +- CONTRIBUTING.md | 24 +- NOTICE | 2 +- README.md | 8 +- package-lock.json | 58 ++-- package.json | 2 +- src/chart/bar/BarSeries.ts | 4 +- src/chart/bar/BarView.ts | 30 +- src/chart/bar/BaseBarSeries.ts | 73 ++++- src/chart/helper/{pieHelper.ts => sectorHelper.ts} | 0 src/chart/line/LineView.ts | 14 +- src/chart/pie/PieView.ts | 2 +- src/chart/sunburst/SunburstPiece.ts | 9 +- src/chart/sunburst/SunburstSeries.ts | 16 +- src/chart/tree/TreeSeries.ts | 2 +- src/component/axis/AxisBuilder.ts | 4 +- src/component/axisPointer/BaseAxisPointer.ts | 8 +- src/component/axisPointer/axisTrigger.ts | 6 +- src/component/axisPointer/modelHelper.ts | 8 +- src/component/axisPointer/viewHelper.ts | 2 +- src/component/dataZoom/SliderZoomView.ts | 4 +- src/component/helper/BrushController.ts | 12 +- src/component/helper/BrushTargetManager.ts | 4 +- src/component/helper/MapDraw.ts | 8 +- src/component/marker/markerHelper.ts | 6 +- src/component/toolbox/ToolboxView.ts | 4 +- src/component/tooltip/TooltipHTMLContent.ts | 6 +- src/component/tooltip/TooltipRichContent.ts | 7 +- src/component/tooltip/TooltipView.ts | 16 +- src/component/tooltip/seriesFormatTooltip.ts | 4 +- src/component/tooltip/tooltipMarkup.ts | 4 +- src/component/transform/filterTransform.ts | 8 +- src/component/visualMap/ContinuousModel.ts | 4 +- src/component/visualMap/ContinuousView.ts | 8 +- src/component/visualMap/PiecewiseModel.ts | 4 +- src/component/visualMap/VisualMapModel.ts | 4 +- src/data/DataStore.ts | 6 +- src/data/Graph.ts | 2 +- src/data/Source.ts | 8 +- src/i18n/langCS.ts | 36 +-- src/i18n/langDE.ts | 36 +-- src/i18n/langEN.ts | 34 +-- src/i18n/langFR.ts | 34 +-- src/i18n/langHU.ts | 34 +-- src/i18n/langIT.ts | 34 +-- src/i18n/langJA.ts | 34 +-- src/i18n/langKO.ts | 34 +-- src/i18n/langPL.ts | 34 +-- src/i18n/langPT-br.ts | 34 +-- src/i18n/langRO.ts | 34 +-- src/i18n/langSI.ts | 36 +-- src/i18n/langTR.ts | 142 +++++++++ src/i18n/langVI.ts | 167 +++++++++++ src/i18n/langZH.ts | 2 +- src/legacy/dataSelectAction.ts | 2 +- src/model/Series.ts | 4 +- src/util/types.ts | 4 +- test/bar-markArea.html | 326 ++++++++++++++++++++- test/bar-polar-animation.html | 131 +++++++++ test/bar-polar-borderRadius.html | 192 ++++++++++++ test/dataset-category.html | 39 +++ test/gauge-distance.html | 14 +- test/gauge-group-title-detail.html | 20 +- test/gauge-simple.html | 8 +- test/gauge.html | 22 +- test/graph-grid.html | 2 +- test/marker-case.html | 66 ++++- test/runTest/actions/__meta__.json | 2 + test/runTest/actions/bar-polar-animation.json | 1 + test/runTest/actions/svg-ssr.json | 1 + test/sunburst-label.html | 120 ++++++++ test/svg-ssr.html | 122 ++++++++ test/tooltip-alwaysShowContent.html | 265 +++++++++++++++++ 73 files changed, 2053 insertions(+), 408 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
