mirror of
https://github.com/pyecharts/pyecharts.git
synced 2025-12-08 20:59:23 +00:00
* 🐴 no long github url is required in registry.json. and English name can stay outside pinyin_map * ✨ illustrate the usage of external map packages * Format: code
15 lines
476 B
JSON
15 lines
476 B
JSON
{
|
|
"JUPYTER_URL": "/nbextensions/echarts-china-cities-js",
|
|
"GITHUB_URL": "https://echarts-maps.github.io/echarts-china-cities-js",
|
|
"JUPYTER_ENTRY": "echarts-china-cities-js/index",
|
|
"JS_FOLDER": "js",
|
|
"GEOJSON_FOLDER": "geojson",
|
|
"PINYIN_MAP": {
|
|
"安庆": "an1_qing4"
|
|
},
|
|
"FILE_MAP": {
|
|
"an1_qing4": "shape-with-internal-borders/an1_hui1_an1_qing4",
|
|
"English Name": "shape-with-internal-borders/an1_hui1_an1_qing4"
|
|
}
|
|
}
|