d3-node/d3node-map-world

Name: d3node-map-world

Owner: D3-Node

Description: Choropleth map of World populations (w/ 43 projections)

Created: 2017-07-16 05:02:14.0

Updated: 2017-07-20 18:07:13.0

Pushed: 2017-07-18 18:07:19.0

Homepage:

Size: 2134

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Map of World

Choropleth of countries by populations

Install
m install d3node-map-world
Usage
t d3nMap = require('d3node-map-world');
t map = d3nMap(data, { projectionKey: 'Mercator' })

Check out the example for usage.

Output the example map to an image
start
Output (Natural Earth projection):

map

API
d3nMap(data, options)
data

Delimited data file parsed by d3

Options <Object>
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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.