
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
echarts-countries-js
Advanced tools
It collects all geo-jsons in javascript of 213 countries and regions and acts as a static asset to jupyter-echarts or your Apache ECharts (incubating) collection.
npm i echarts-countries-js
This library will be included in pyecharts. No action is required from pyecharts user.
<html>
<head>
<meta charset="utf-8" />
<style>
.citymap{
width: 100%;
height: 100%;
}
</style>
<script src="https://echarts-maps.github.io/echarts-countries-js/echarts.min.js"></script>
<script src="https://echarts-maps.github.io/echarts-countries-js/echarts-countries-js/Switzerland.js"></script>
</head>
<body>
<div id='map' class='citymap'></div>
<script src='demo.js'></script>
<script>
make_map('瑞士', 'map');
</script>
</body>
</html>
Cities:
$ npm install
$ gulp switzerland # as this is special fix
$ gulp
pissang and his starbucks project.
Switzerland map comes from natural earth data
ODC Open Database License (ODbL)
This projects is NOT associated with official Apache ECharts (incubating) project and is independently maintained by @chfw.
FAQs
Packages all countries for front end developers
The npm package echarts-countries-js receives a total of 644 weekly downloads. As such, echarts-countries-js popularity was classified as not popular.
We found that echarts-countries-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.