@stamen/leaflet-donut
v0.2.0
Published
<img src='https://cloud.githubusercontent.com/assets/1127259/11770150/744a4ec2-a1ac-11e5-8d45-c932e155ae0c.png'>
Downloads
7
Readme
Donut
Render concentric rings onto a Leaflet map.
Part of the @stamen/panorama
toolkit.
Usage
import React from 'react';
import ReactDOM from 'react-dom';
import { Donut } from '@panorama/toolkit';
let donutConfig = {
// TODO
};
ReactDOM.render(<Donut {...donutConfig}/>, document.body);