UNPKG
china-map-data
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Data of China for Echarts map.
github.com/RickyHeaven/china-map-data
RickyHeaven/china-map-data
china-map-data
/
index.js
6 lines
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
module
.exports = {
china:
require
(
'china-map-data/china'
),
province:
require
(
'china-map-data/province'
),
'china-contour'
:
require
(
'china-map-data/china-contour'
),
world:
require
(
'china-map-data/world'
) }