This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch fix-chord in repository https://gitbox.apache.org/repos/asf/echarts-examples.git
commit 01c2be6db44e79ce301a8ff98e477d43cd8e353d Author: Ovilia <[email protected]> AuthorDate: Mon Nov 24 14:25:08 2025 +0800 fix: add since version for chord --- src/data/chart-list-data.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/data/chart-list-data.js b/src/data/chart-list-data.js index 71331476..44db22ca 100644 --- a/src/data/chart-list-data.js +++ b/src/data/chart-list-data.js @@ -70,7 +70,8 @@ export default [ "tags": [], "title": "Basic Chord", "titleCN": "基础和弦图", - "difficulty": 0 + "difficulty": 0, + "since": "6.0.0" }, { "category": [ @@ -239,7 +240,8 @@ export default [ "tags": [], "title": "Chord minAngle", "titleCN": "和弦图 minAngle", - "difficulty": 1 + "difficulty": 1, + "since": "6.0.0" }, { "category": [ @@ -986,7 +988,8 @@ export default [ "tags": [], "title": "Chord lineStyle.color", "titleCN": "和弦图边的颜色", - "difficulty": 3 + "difficulty": 3, + "since": "6.0.0" }, { "category": [ @@ -2551,7 +2554,8 @@ export default [ "tags": [], "title": "Chord Style", "titleCN": "和弦图样式", - "difficulty": 10 + "difficulty": 10, + "since": "6.0.0" }, { "category": [ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
