This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-examples.git
commit 593b947c02d13dc5015229080c828526f513865e Merge: a2fd4200 e4a8c8b4 Author: sushuang <[email protected]> AuthorDate: Thu Aug 7 07:41:00 2025 +0800 Merge pull request #119 from apache/v6-examples-supplement V6 examples supplement README.md | 36 +- public/data/thumb-dark/geo-choropleth-scatter.png | Bin 0 -> 88181 bytes public/data/thumb-dark/geo-choropleth-scatter.webp | Bin 0 -> 10638 bytes public/data/thumb-dark/geo-graph.png | Bin 0 -> 94030 bytes public/data/thumb-dark/geo-graph.webp | Bin 0 -> 12672 bytes public/data/thumb-dark/map-iceland-pie.png | Bin 0 -> 81116 bytes public/data/thumb-dark/map-iceland-pie.webp | Bin 0 -> 12384 bytes public/data/thumb-dark/matrix-cartesian-tiny.png | Bin 0 -> 104727 bytes public/data/thumb-dark/matrix-cartesian-tiny.webp | Bin 0 -> 19730 bytes public/data/thumb/geo-choropleth-scatter.png | Bin 0 -> 73844 bytes public/data/thumb/geo-choropleth-scatter.webp | Bin 0 -> 8818 bytes public/data/thumb/geo-graph.png | Bin 0 -> 79292 bytes public/data/thumb/geo-graph.webp | Bin 0 -> 11444 bytes public/data/thumb/map-iceland-pie.png | Bin 0 -> 59086 bytes public/data/thumb/map-iceland-pie.webp | Bin 0 -> 7460 bytes public/data/thumb/matrix-cartesian-tiny.png | Bin 0 -> 84290 bytes public/data/thumb/matrix-cartesian-tiny.webp | Bin 0 -> 18554 bytes .../examples/ts/doc-example/geo-roam-indicator.js | 235 ++++++ public/examples/ts/doc-example/grid-outerBounds.js | 188 ++--- public/examples/ts/effectScatter-map.ts | 1 + public/examples/ts/geo-choropleth-scatter.ts | 1 + public/examples/ts/geo-graph.ts | 1 + public/examples/ts/geo-lines.js | 1 + public/examples/ts/geo-map-scatter.js | 1 + public/examples/ts/heatmap-map.js | 1 + public/examples/ts/map-bin.js | 1 + public/examples/ts/map-iceland-pie.ts | 4 +- public/examples/ts/map-polygon.js | 1 + public/examples/ts/matrix-cartesian-tiny.js | 2 +- public/examples/ts/scatter-jitter.ts | 1 + public/examples/ts/scatter-map-brush.ts | 1 + public/examples/ts/scatter-map.js | 1 + public/examples/ts/scatter-weibo.ts | 1 + public/examples/tsconfig.json | 1 + src/common/i18n.js | 4 +- src/common/store.js | 5 +- src/data/chart-list-data-gl.js | 8 +- src/data/chart-list-data.js | 855 ++++++++++++++++++++- src/editor/Editor.vue | 75 +- src/editor/sandbox/setup.js | 64 ++ src/explore/ExampleCard.vue | 15 +- src/explore/Explore.vue | 3 + tool/build-example.js | 176 +++-- 43 files changed, 1430 insertions(+), 253 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
