@stamen/choropleth
v0.2.0
Published
<img src='https://cloud.githubusercontent.com/assets/1127259/11770142/74317d52-a1ac-11e5-99bb-d38fbcf7fa02.png'>
Downloads
2
Readme
Choropleth
A non-interactive choropleth, drawn with d3.
Part of the @stamen/panorama
toolkit.
Usage
import React from 'react';
import ReactDOM from 'react-dom';
import { Choropleth } from '@panorama/toolkit';
let mapChoroplethConfig = {
// TODO
};
ReactDOM.render(<Choropleth {...mapChoroplethConfig}/>, document.body);