Gathering detailed insights and metrics for echarts-china-cities-js
Gathering detailed insights and metrics for echarts-china-cities-js
Gathering detailed insights and metrics for echarts-china-cities-js
Gathering detailed insights and metrics for echarts-china-cities-js
Packages the maps of Chinese cities for echarts.
npm install echarts-china-cities-js
Typescript
Module System
Node Version
NPM Version
JavaScript (90.31%)
Python (9.69%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
565 Stars
95 Commits
255 Forks
15 Watchers
6 Branches
3 Contributors
Updated on Jul 08, 2025
Latest Version
0.1.1
Package Id
echarts-china-cities-js@0.1.1
Unpacked Size
25.72 MB
Size
9.46 MB
File Count
757
NPM Version
5.5.1
Node Version
8.9.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
It collects all geo-jsons in javascript of all 370 provincial cities in 28 provinces and acts as a static asset to jupyter-echarts or your echarts collection.
npm i echarts-china-cities-js
<html>
<head>
<meta charset="utf-8" />
<style>
.citymap{
width: 100%;
height: 100%;
}
</style>
<script src="https://pyecharts.github.io/jupyter-echarts/echarts/echarts.min.js"></script>
<script src="https://echarts-maps.github.io/echarts-china-cities-js/echarts-china-cities-js/jiang1_xi1_nan2_chang1.js"></script>
</head>
<body>
<div id='nan2_chang1' class='citymap'></div>
<script src='https://echarts-maps.github.io/echarts-china-cities-js/demo.js'></script>
<script>
make_city('南昌', 'nan2_chang1');
</script>
</body>
</html>
Cities:
Please use python
1$ pip install -r requirements 2$ npm install 3$ python makedemo.py
1$ pip install test/requirements.txt 2$ npm test
The geojson files are downloaded from AMap.com(高德地图) via echarts-map-tool, hence are subjected to AMap's service and content license.
No content right have been transferred to you and you shall engage AMap.com before making commercial applications using the files in this package. No Liability nor Guarantee were given for any error or flaws in the downloaded files.
Similiar to google's map data, it is free as long as the public's access to your files are free.
This bundling code(makedemo.py) is MIT license.
No vulnerabilities found.
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
no SAST tool detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
30 existing vulnerabilities detected
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More