Skip to content

Latest commit

 

History

History

Choropleth

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

LeafletChoropleth

An interactive choropleth rendered as a map layer on a react-leaflet map.

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import { LeafletChoropleth } from '@panorama/toolkit';

let leafletChoroplethConfig = {
	// TODO
};

ReactDOM.render(<LeafletChoropleth {...leafletChoroplethConfig}/>, document.body);