This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch v6 in repository https://gitbox.apache.org/repos/asf/echarts.git
commit 114df2836bffb7fcf65ba92455e6ab3124c3d623 Merge: a861bef15 369cb0350 Author: Wenli Zhang <[email protected]> AuthorDate: Mon Jul 1 13:12:52 2024 +0800 Merge pull request #20101 from apache/master chore: merge master into v6 .github/workflows/pr-preview.yml | 7 +- .github/workflows/teardown-pr-preview.yml | 2 +- dist/echarts.common.js | 114 ++++++++++--- dist/echarts.common.js.map | 2 +- dist/echarts.common.min.js | 4 +- dist/echarts.esm.js | 157 ++++++++++++++--- dist/echarts.esm.js.map | 2 +- dist/echarts.esm.min.js | 4 +- dist/echarts.esm.min.mjs | 4 +- dist/echarts.esm.mjs | 157 ++++++++++++++--- dist/echarts.esm.mjs.map | 2 +- dist/echarts.js | 157 ++++++++++++++--- dist/echarts.js.map | 2 +- dist/echarts.min.js | 4 +- dist/echarts.simple.js | 90 ++++++++-- dist/echarts.simple.js.map | 2 +- dist/echarts.simple.min.js | 4 +- package-lock.json | 30 ++-- package.README.md | 5 +- package.json | 12 +- src/chart/bar/BarSeries.ts | 2 + src/chart/helper/createClipPathFromCoordSys.ts | 2 +- src/chart/treemap/TreemapSeries.ts | 8 + src/chart/treemap/TreemapView.ts | 43 ++++- src/component/tooltip/TooltipView.ts | 14 +- src/coord/axisCommonTypes.ts | 10 +- src/coord/axisTickLabelBuilder.ts | 32 ++++ src/coord/scaleRawExtentInfo.ts | 6 +- src/core/echarts.ts | 4 +- src/layout/barGrid.ts | 19 ++- src/layout/barPolar.ts | 6 +- src/util/graphic.ts | 2 +- src/util/types.ts | 6 + src/visual/aria.ts | 2 + test/axis-customTicks.html | 202 ++++++++++++++++++++++ test/bar-startValue.html | 225 +++++++++++++++++++++++++ test/clip-custom.html | 127 ++++++++++++++ test/runTest/actions/__meta__.json | 3 +- test/runTest/actions/tooltip.json | 2 +- test/runTest/actions/treemap-scaleLimit.json | 1 + test/tooltip.html | 76 ++++++--- test/treemap-scaleLimit.html | 185 ++++++++++++++++++++ 42 files changed, 1556 insertions(+), 182 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
