This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/echarts.git
commit 9557620353afbe4bb2af379bee794a3685ac0d8c Merge: 0f4967b1b a2824713a Author: Yi Shen <[email protected]> AuthorDate: Mon Jun 17 20:52:20 2024 +0800 Merge pull request #20037 from apache/master Merge master to release for v5.6.0 .github/workflows/ci.yml | 6 +- .github/workflows/pr-preview.yml | 2 +- .github/workflows/source-release.yml | 10 +- .github/workflows/stale.yml | 2 +- .npmignore | 3 + build/testDts.js | 27 +- package-lock.json | 1915 +++++++++++++++----------- package.README.md | 5 +- package.json | 12 +- src/chart/bar/BarSeries.ts | 2 + src/chart/pie/PieView.ts | 5 +- src/chart/pie/pieLayout.ts | 16 +- src/chart/sankey/SankeyView.ts | 6 +- src/chart/treemap/TreemapSeries.ts | 8 + src/chart/treemap/TreemapView.ts | 43 +- src/component/helper/MapDraw.ts | 1 + src/component/marker/MarkerModel.ts | 20 +- src/component/toolbox/feature/SaveAsImage.ts | 7 +- src/coord/axisCommonTypes.ts | 10 +- src/coord/axisTickLabelBuilder.ts | 32 + src/coord/scaleRawExtentInfo.ts | 6 +- src/data/helper/dataValueHelper.ts | 2 +- src/data/helper/sourceHelper.ts | 4 +- src/layout/barGrid.ts | 19 +- src/layout/barPolar.ts | 6 +- src/model/Series.ts | 2 +- src/util/time.ts | 5 +- src/util/types.ts | 1 + src/visual/aria.ts | 7 +- test/axis-customTicks.html | 202 +++ test/bar-startValue.html | 225 +++ test/dataset-layout.html | 28 +- test/graph-case.html | 252 +++- test/map-china.html | 1 + test/markPoint.html | 198 ++- test/node/ssr.js | 4 + test/pie-endAngle.html | 5 +- test/runTest/actions/__meta__.json | 5 +- test/runTest/actions/graph-case.json | 2 +- test/runTest/actions/pie-endAngle.json | 2 +- test/runTest/actions/treemap-scaleLimit.json | 1 + test/sankey-borderRadius.html | 93 ++ test/treemap-scaleLimit.html | 185 +++ test/ut/spec/util/time.test.ts | 16 +- 44 files changed, 2484 insertions(+), 919 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
