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-examples.git
commit 1b4632da8be19b1938d0bc8758d534b39dce790a Merge: 1ab5a78e 850f21d6 Author: Wenli Zhang <[email protected]> AuthorDate: Thu May 16 14:47:48 2024 +0800 Merge pull request #90 from apache/feat-matrix doc(matrix): matrix coordinate public/data/thumb-dark/matrix-confusion.png | Bin 0 -> 36258 bytes public/data/thumb-dark/matrix-confusion.webp | Bin 0 -> 5676 bytes .../data/thumb-dark/matrix-correlation-heatmap.png | Bin 0 -> 61334 bytes .../thumb-dark/matrix-correlation-heatmap.webp | Bin 0 -> 9462 bytes .../data/thumb-dark/matrix-correlation-scatter.png | Bin 0 -> 127787 bytes .../thumb-dark/matrix-correlation-scatter.webp | Bin 0 -> 19360 bytes public/data/thumb-dark/matrix-covariance.png | Bin 0 -> 101854 bytes public/data/thumb-dark/matrix-covariance.webp | Bin 0 -> 17886 bytes public/data/thumb-dark/matrix-graph.png | Bin 0 -> 66156 bytes public/data/thumb-dark/matrix-graph.webp | Bin 0 -> 9488 bytes public/data/thumb-dark/matrix-periodic-table.png | Bin 0 -> 115402 bytes public/data/thumb-dark/matrix-periodic-table.webp | Bin 0 -> 25808 bytes public/data/thumb-dark/matrix-pie.png | Bin 0 -> 76079 bytes public/data/thumb-dark/matrix-pie.webp | Bin 0 -> 20544 bytes public/data/thumb-dark/matrix-simple.png | Bin 0 -> 22934 bytes public/data/thumb-dark/matrix-simple.webp | Bin 0 -> 3048 bytes public/data/thumb/matrix-confusion.png | Bin 0 -> 31424 bytes public/data/thumb/matrix-confusion.webp | Bin 0 -> 6624 bytes public/data/thumb/matrix-correlation-heatmap.png | Bin 0 -> 52804 bytes public/data/thumb/matrix-correlation-heatmap.webp | Bin 0 -> 8922 bytes public/data/thumb/matrix-correlation-scatter.png | Bin 0 -> 101729 bytes public/data/thumb/matrix-correlation-scatter.webp | Bin 0 -> 16188 bytes public/data/thumb/matrix-covariance.png | Bin 0 -> 88219 bytes public/data/thumb/matrix-covariance.webp | Bin 0 -> 16910 bytes public/data/thumb/matrix-graph.png | Bin 0 -> 48459 bytes public/data/thumb/matrix-graph.webp | Bin 0 -> 11160 bytes public/data/thumb/matrix-periodic-table.png | Bin 0 -> 109954 bytes public/data/thumb/matrix-periodic-table.webp | Bin 0 -> 28708 bytes public/data/thumb/matrix-pie.png | Bin 0 -> 60149 bytes public/data/thumb/matrix-pie.webp | Bin 0 -> 17510 bytes public/data/thumb/matrix-simple.png | Bin 0 -> 16535 bytes public/data/thumb/matrix-simple.webp | Bin 0 -> 2826 bytes public/examples/ts/matrix-confusion.ts | 111 +++++++++ public/examples/ts/matrix-correlation-heatmap.ts | 66 ++++++ public/examples/ts/matrix-correlation-scatter.ts | 80 +++++++ public/examples/ts/matrix-covariance.ts | 110 +++++++++ public/examples/ts/matrix-graph.ts | 123 ++++++++++ public/examples/ts/matrix-periodic-table.ts | 259 +++++++++++++++++++++ public/examples/ts/matrix-pie.ts | 74 ++++++ public/examples/ts/matrix-simple.ts | 54 +++++ src/asset/icon/matrix.svg | 3 + src/common/config.js | 1 + src/common/i18n.js | 2 + src/data/chart-list-data.js | 88 +++++++ src/explore/Explore.vue | 1 + 45 files changed, 972 insertions(+) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
