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 01c78aa553f0d3f4d14a1edeaba1bc66dfe2ecfc Author: Ovilia <[email protected]> AuthorDate: Thu Jul 21 17:45:45 2022 +0800 fix: remove more maps --- src/data/chart-list-data.js | 77 --------------------------------------------- 1 file changed, 77 deletions(-) diff --git a/src/data/chart-list-data.js b/src/data/chart-list-data.js index d6e35dd1..9474b0c8 100644 --- a/src/data/chart-list-data.js +++ b/src/data/chart-list-data.js @@ -2498,28 +2498,6 @@ export default [ "titleCN": "Binning on Map", "difficulty": 10 }, - { - "category": [ - "map" - ], - "id": "map-china", - "ts": false, - "tags": [], - "title": "Map China", - "titleCN": "Map China", - "difficulty": 10 - }, - { - "category": [ - "map" - ], - "id": "map-china-dataRange", - "ts": false, - "tags": [], - "title": "Sales of iphone", - "titleCN": "iphone销量", - "difficulty": 10 - }, { "category": [ "map" @@ -2531,28 +2509,6 @@ export default [ "titleCN": "香港18区人口密度 (2011)", "difficulty": 10 }, - { - "category": [ - "map" - ], - "id": "map-labels", - "ts": false, - "tags": [], - "title": "Rich Text Labels on Map", - "titleCN": "地图上的富文本标签", - "difficulty": 10 - }, - { - "category": [ - "map" - ], - "id": "map-locate", - "ts": false, - "tags": [], - "title": "Map Locate", - "titleCN": "Map Locate", - "difficulty": 10 - }, { "category": [ "map" @@ -2566,17 +2522,6 @@ export default [ "titleCN": "在地图上绘制多边形", "difficulty": 10 }, - { - "category": [ - "map" - ], - "id": "map-province", - "ts": false, - "tags": [], - "title": "Switch among 34 Provinces", - "titleCN": "34 省切换查看", - "difficulty": 10 - }, { "category": [ "map" @@ -2599,28 +2544,6 @@ export default [ "titleCN": "自定义地图投影", "difficulty": 10 }, - { - "category": [ - "map" - ], - "id": "map-world", - "ts": false, - "tags": [], - "title": "Map World", - "titleCN": "Map World", - "difficulty": 10 - }, - { - "category": [ - "map" - ], - "id": "map-world-dataRange", - "ts": false, - "tags": [], - "title": "World Population (2010)", - "titleCN": "World Population (2010)", - "difficulty": 10 - }, { "category": [ "pictorialBar" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
