This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-examples.git
commit 5442d0d963ea072e8e1395f1f4da0ebe86abe5fd Merge: 7a712e07 0be4e16b Author: Wenli Zhang <[email protected]> AuthorDate: Thu Nov 13 14:51:00 2025 +0800 Merge pull request #126 from apache/feat-chord feat: add simple chord example public/data/thumb-dark/chord-lineStyle-color.png | Bin 0 -> 83126 bytes public/data/thumb-dark/chord-lineStyle-color.webp | Bin 0 -> 9634 bytes public/data/thumb-dark/chord-minAngle.png | Bin 0 -> 51750 bytes public/data/thumb-dark/chord-minAngle.webp | Bin 0 -> 7072 bytes public/data/thumb-dark/chord-simple.png | Bin 0 -> 49787 bytes public/data/thumb-dark/chord-simple.webp | Bin 0 -> 6368 bytes public/data/thumb-dark/chord-style.png | Bin 0 -> 152428 bytes public/data/thumb-dark/chord-style.webp | Bin 0 -> 12618 bytes public/data/thumb/chord-lineStyle-color.png | Bin 0 -> 71621 bytes public/data/thumb/chord-lineStyle-color.webp | Bin 0 -> 9220 bytes public/data/thumb/chord-minAngle.png | Bin 0 -> 42903 bytes public/data/thumb/chord-minAngle.webp | Bin 0 -> 6196 bytes public/data/thumb/chord-simple.png | Bin 0 -> 42602 bytes public/data/thumb/chord-simple.webp | Bin 0 -> 5968 bytes public/data/thumb/chord-style.png | Bin 0 -> 127590 bytes public/data/thumb/chord-style.webp | Bin 0 -> 9546 bytes public/examples/ts/chord-lineStyle-color.ts | 58 +++++++++++++++++++ public/examples/ts/chord-minAngle.ts | 34 +++++++++++ public/examples/ts/chord-simple.ts | 33 +++++++++++ public/examples/ts/chord-style.ts | 65 ++++++++++++++++++++++ src/asset/icon/chord.svg | 11 ++++ src/common/config.js | 28 +--------- src/common/i18n.js | 2 + src/data/chart-list-data.js | 44 +++++++++++++++ src/explore/Explore.vue | 1 + 25 files changed, 250 insertions(+), 26 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
