文件名称:d3-geomap:一个基于 D3.js 创建地理地图的库
文件大小:31KB
文件格式:ZIP
更新时间:2024-08-24 06:41:41
visualization javascript d3 svg map
d3-geomap d3-geomap旨在成为 D3 的地理地图。 在当前阶段,它由一个用于创建普通地图的类d3.geomap()和一个用于创建等值线地图的类d3.choropleth() 。 请参阅的并下载包含 d3-geomap 及其依赖项的缩小版本以及用于创建世界和个别国家/地区地图的 TopoJSON 文件的包。 安装 $ npm install d3-geomap 用法 ES6: import { select } from 'd3-selection' ; import { geomap } from 'd3-geomap' ; const worldMap = geomap ( ) ; worldMap . geofile ( './node_modules/d3-geomap/src/world/countries.json' ) ; worldMap . draw
【文件预览】:
d3-geomap-master
----.eslintrc(194B)
----rollup.config.js(2KB)
----.github()
--------FUNDING.yml(94B)
--------workflows()
----src()
--------js()
--------sass()
--------index.js(226B)
----.babelrc(55B)
----scripts()
--------topo_countries.py(446B)
--------fix_country_ids.py(953B)
----examples()
--------index.html(647B)
--------venture-capital.csv(5KB)
--------geodata-property.html(2KB)
--------data-array.html(2KB)
--------missing-unitid.html(2KB)
--------us-states-choropleth.html(2KB)
--------world-plain.html(1KB)
--------missing-unitid.json(4KB)
--------globalslaveryindex.csv(11KB)
--------missing-unitid.csv(45B)
--------country-index.html(2KB)
--------world-choropleth.html(4KB)
----LICENSE(1KB)
----README.md(2KB)
----Makefile(1KB)
----nightwatch.json(320B)
----rollup-serve.config.js(223B)
----.editorconfig(292B)
----tests()
--------data-array.js(336B)
--------world-plain.js(297B)
--------missing-unitid.js(325B)
----.gitignore(2KB)
----dev_requirements.txt(13B)
----package.json(1KB)