d3node-map-world

v0.1.0
D3-Node - Choropleth of World map
d3 cli map world node

Map of World

Choropleth of countries by populations

Install

$ npm install d3node-map-world

Usage

const d3nMap = require('d3node-map-world');
const map = d3nMap(data, { projectionKey: 'Mercator' })

Check out the example for usage.

Output the example map to an image
npm start

Output (Natural Earth projection):

map

API

d3nMap(data, options)

data
  • Type: Array

Delimited data file parsed by d3

Options (optional properties)
width = 960
height = 500
colors
colorRanges
styles

Other Projections

Albers

map

Boggs

map

Collignon

map

CylindricalEqualArea

map

Eckert4

map

Hammer

map

Hill

map

Homolosine

map

Kavrayskiy7

map

Lagrange

map

Mercator

map

Miller

map

Mollweide

map

LICENSE

MIT © d3-node

npm i d3node-map-world

Metadata

  • MIT
  • Whatever
  • Brad Oyler
  • released 7/18/2017

Downloads

Maintainers