0.2.0 • Published 9 years ago

@stamen/choropleth v0.2.0

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

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);