JeffPaine / restated

A simple d3 visualization of counts per USA states

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

restated

restated (verb): State (something) again or differently, esp. more clearly or convincingly.

A simple d3 visualization of counts per USA states.

Image of a restated map

Usage

To use this visualization with your own data, simply modify the per state counts in state_counts.json to match your data.

Normalization

Note: If your data is affected by population, for example you're visualizing the number of houses per state, you should normalize your data. Otherwise, you're just going to highlight states with high population and distort your visualization. For more information on mapping and data normalization, check out this pdf.

About

A simple d3 visualization of counts per USA states

License:MIT License