0.1.0 • Published 7 years ago

d3node-map-world v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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