This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch fix-since
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git

commit 20b88222138c653553ac957511629d3e9418baa8
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Thu Jul 31 16:13:03 2025 +0800

    fix: add since in chart data
---
 src/data/chart-list-data.js | 143 ++++++++++----------------------------------
 src/explore/ExampleCard.vue |   2 +-
 2 files changed, 33 insertions(+), 112 deletions(-)

diff --git a/src/data/chart-list-data.js b/src/data/chart-list-data.js
index f7aaee09..5eaf7d0c 100644
--- a/src/data/chart-list-data.js
+++ b/src/data/chart-list-data.js
@@ -302,7 +302,8 @@ export default [
     "tags": [],
     "title": "Simple Matrix",
     "titleCN": "简单的矩阵图",
-    "difficulty": 1
+    "difficulty": 1,
+    "since": "6.0.0"
   },
   {
     "category": [
@@ -547,17 +548,6 @@ export default [
     "titleCN": "使用自定系列给散点图添加误差范围",
     "difficulty": 2
   },
-  {
-    "category": [
-      "scatter"
-    ],
-    "id": "effectScatter-map",
-    "ts": true,
-    "tags": [],
-    "title": "Air Quality",
-    "titleCN": "全国主要城市空气质量",
-    "difficulty": 2
-  },
   {
     "category": [
       "gauge"
@@ -633,7 +623,8 @@ export default [
     "tags": [],
     "title": "Correlation Matrix (Heatmap)",
     "titleCN": "相关矩阵(热力图)",
-    "difficulty": 2
+    "difficulty": 2,
+    "since": "6.0.0"
   },
   {
     "category": [
@@ -644,7 +635,8 @@ export default [
     "tags": [],
     "title": "Correlation Matrix (Scatter)",
     "titleCN": "相关矩阵(散点图)",
-    "difficulty": 2
+    "difficulty": 2,
+    "since": "6.0.0"
   },
   {
     "category": [
@@ -655,7 +647,8 @@ export default [
     "tags": [],
     "title": "Covariance Matrix",
     "titleCN": "协方差矩阵",
-    "difficulty": 2
+    "difficulty": 2,
+    "since": "6.0.0"
   },
   {
     "category": [
@@ -666,7 +659,8 @@ export default [
     "tags": [],
     "title": "Graph Chart in Matrix",
     "titleCN": "矩阵布局下的关系图",
-    "difficulty": 2
+    "difficulty": 2,
+    "since": "6.0.0"
   },
   {
     "category": [
@@ -677,7 +671,8 @@ export default [
     "tags": [],
     "title": "Tiny Charts in Matrix (Line Charts)",
     "titleCN": "矩阵坐标系中的微型折线图",
-    "difficulty": 2
+    "difficulty": 2,
+    "since": "6.0.0"
   },
   {
     "category": [
@@ -688,7 +683,8 @@ export default [
     "tags": [],
     "title": "Pie Charts in Matrix",
     "titleCN": "矩阵布局下的饼图",
-    "difficulty": 2
+    "difficulty": 2,
+    "since": "6.0.0"
   },
   {
     "category": [
@@ -1114,17 +1110,6 @@ export default [
     "titleCN": "热力图与百度地图扩展",
     "difficulty": 3
   },
-  {
-    "category": [
-      "heatmap"
-    ],
-    "id": "heatmap-map",
-    "ts": false,
-    "tags": [],
-    "title": "Air Qulity",
-    "titleCN": "全国主要城市空气质量",
-    "difficulty": 3
-  },
   {
     "category": [
       "line"
@@ -1156,7 +1141,8 @@ export default [
     "tags": [],
     "title": "Confusion Matrix",
     "titleCN": "混淆矩阵",
-    "difficulty": 3
+    "difficulty": 3,
+    "since": "6.0.0"
   },
   {
     "category": [
@@ -1233,7 +1219,8 @@ export default [
     "tags": [],
     "title": "Scatter with Jittering",
     "titleCN": "带抖动的散点图",
-    "difficulty": 3
+    "difficulty": 3,
+    "since": "6.0.0"
   },
   {
     "category": [
@@ -2461,28 +2448,6 @@ export default [
     "titleCN": "庖丁解牛",
     "difficulty": 10
   },
-  {
-    "category": [
-      "map"
-    ],
-    "id": "geo-lines",
-    "ts": false,
-    "tags": [],
-    "title": "Migration",
-    "titleCN": "模拟迁徙",
-    "difficulty": 10
-  },
-  {
-    "category": [
-      "map"
-    ],
-    "id": "geo-map-scatter",
-    "ts": false,
-    "tags": [],
-    "title": "map and scatter share a geo",
-    "titleCN": "map and scatter share a geo",
-    "difficulty": 10
-  },
   {
     "category": [
       "map"
@@ -2707,19 +2672,6 @@ export default [
     "titleCN": "香港18区人口密度 (2011)",
     "difficulty": 10
   },
-  {
-    "category": [
-      "map"
-    ],
-    "id": "map-polygon",
-    "ts": false,
-    "tags": [
-      "bmap"
-    ],
-    "title": "Draw Polygon on Map",
-    "titleCN": "在地图上绘制多边形",
-    "difficulty": 10
-  },
   {
     "category": [
       "map"
@@ -2763,7 +2715,20 @@ export default [
     "tags": [],
     "title": "Periodic Table",
     "titleCN": "元素周期表",
-    "difficulty": 10
+    "difficulty": 10,
+    "since": "6.0.0"
+  },
+  {
+    "category": [
+      "matrix"
+    ],
+    "id": "matrix-mbti",
+    "ts": true,
+    "tags": [],
+    "title": "MBTI Partner Compatibility",
+    "titleCN": "MBTI 伴侣相容性",
+    "difficulty": 11,
+    "since": "6.0.0"
   },
   {
     "category": [
@@ -2865,28 +2830,6 @@ export default [
     "titleCN": "多雷达图",
     "difficulty": 10
   },
-  {
-    "category": [
-      "scatter"
-    ],
-    "id": "scatter-map",
-    "ts": false,
-    "tags": [],
-    "title": "Air Quality",
-    "titleCN": "全国主要城市空气质量",
-    "difficulty": 10
-  },
-  {
-    "category": [
-      "scatter"
-    ],
-    "id": "scatter-map-brush",
-    "ts": true,
-    "tags": [],
-    "title": "Scatter Map Brush",
-    "titleCN": "Scatter Map Brush",
-    "difficulty": 10
-  },
   {
     "category": [
       "parallel",
@@ -2899,17 +2842,6 @@ export default [
     "titleCN": "散点矩阵和平行坐标",
     "difficulty": 10
   },
-  {
-    "category": [
-      "scatter"
-    ],
-    "id": "scatter-weibo",
-    "ts": true,
-    "tags": [],
-    "title": "Sign in of weibo",
-    "titleCN": "微博签到数据点亮中国",
-    "difficulty": 10
-  },
   {
     "category": [
       "scatter"
@@ -3120,17 +3052,6 @@ export default [
     "titleCN": "自定义螺旋线竞速",
     "difficulty": 11
   },
-  {
-    "category": [
-      "matrix"
-    ],
-    "id": "matrix-mbti",
-    "ts": true,
-    "tags": [],
-    "title": "MBTI Partner Compatibility",
-    "titleCN": "MBTI 伴侣相容性",
-    "difficulty": 11
-  },
   {
     "category": [
       "line",
diff --git a/src/explore/ExampleCard.vue b/src/explore/ExampleCard.vue
index f3616095..e8859f7b 100644
--- a/src/explore/ExampleCard.vue
+++ b/src/explore/ExampleCard.vue
@@ -146,7 +146,7 @@ export default {
   }
 
   .example-new {
-    margin-top: 10px;
+    margin-top: 12px;
     float: right;
     padding: 1px 5px;
     margin-left: 5px;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to