This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/echarts.git
commit 9fa6220ea8aa406199d5ae3807fa01b255e57ef7 Merge: cfb3a8a54 7866509bb Author: Zhongxiang Wang <[email protected]> AuthorDate: Mon Jul 3 16:28:16 2023 +0800 Merge pull request #18836 from apache/master chore: prepare to release 5.4.3 .github/ISSUE_TEMPLATE/bug_report.yml | 6 +- .github/workflows/ci.yml | 48 +- .github/workflows/nightly-next.yml | 4 +- .github/workflows/nightly.yml | 5 +- .github/workflows/pr-preview.yml | 76 + .github/workflows/source-release.yml | 6 +- .github/workflows/teardown-pr-preview.yml | 30 + .husky/pre-commit | 5 + .huskyrc | 5 - KEYS | 49 + build/build.js | 4 +- package-lock.json | 4563 +----------------- package.json | 15 +- src/chart/helper/Line.ts | 20 +- src/chart/parallel/ParallelSeries.ts | 2 +- src/chart/sankey/SankeySeries.ts | 2 +- src/chart/sankey/SankeyView.ts | 114 +- src/chart/sunburst/SunburstPiece.ts | 2 +- src/component/axisPointer/AxisPointerModel.ts | 1 + src/component/axisPointer/axisTrigger.ts | 2 +- src/component/axisPointer/modelHelper.ts | 4 + src/component/legend/LegendView.ts | 8 +- src/coord/Axis.ts | 2 +- src/core/echarts.ts | 14 +- src/data/Graph.ts | 86 + src/echarts.all.ts | 6 +- src/i18n/langDE.ts | 2 +- src/label/LabelManager.ts | 15 +- src/label/labelStyle.ts | 4 +- src/util/states.ts | 7 + src/util/time.ts | 2 +- src/util/types.ts | 8 +- test/emphasis-self.html | 137 + test/graph-case.html | 60 +- test/{graph-case.html => label-ellipsis.html} | 61 +- test/legend-style.html | 56 + test/lines-symbolSize-update.html | 107 + test/pie-label.html | 3 + test/pie.html | 35 +- test/runTest/.eslintrc.yaml | 43 + test/runTest/actions/__meta__.json | 9 +- test/runTest/actions/emphasis-self.json | 1 + test/runTest/actions/graph-case.json | 1 + test/runTest/actions/lines-symbolSize-update.json | 1 + test/runTest/actions/pie.json | 2 +- .../runTest/actions/sankey-emphasis-lineStyle.json | 1 + test/runTest/actions/sunburst-label-rotate.json | 1 + test/runTest/actions/tooltip-axisPointer2.json | 2 +- test/runTest/client/index.html | 4 +- test/runTest/package-lock.json | 5023 ++++++++++++++++++++ test/runTest/package.json | 13 +- test/runTest/recorder/index.html | 4 +- test/runTest/server.js | 15 +- test/sankey-emphasis-lineStyle.html | 98 + test/sankey-emphasis.html | 62 + test/sankey-labelValue.html | 111 + test/sankey.html | 38 + test/sunburst-label-rotate.html | 110 + test/tooltip-axisPointer2.html | 216 +- test/ut/spec/series/custom.test.ts | 42 + test/ut/spec/util/time.test.ts | 131 + 61 files changed, 7043 insertions(+), 4461 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
