Skip to content

Latest commit

 

History

History

MapChoropleth

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

MapChoropleth

A non-interactive choropleth, drawn with d3.

Usage

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

let mapChoroplethConfig = {
  // TODO
};

ReactDOM.render(<MapChoropleth {...mapChoroplethConfig}/>, document.body);