SnoopJ / opremember-d3

interactive d3.js map for perusing photos of Vietnam casualties
http://snoopjedi.github.io/opremember-d3/
MIT License
1 stars 0 forks source link

choropleth view, hometown grouping #4

Open SnoopJ opened 8 years ago

SnoopJ commented 8 years ago

It may be more helpful to view data at the state level by coloring the counties choropleth style to show the number of casualties from each, with the ability to explore the dataset more fully by clicking on the county, and seeing hometowns.

Since casualties can certainly come from the same hometown, it would be better to have each dot represent the town itself (potentially colored or otherwise indicating # of casualties), with exploration of casualty data available after clicking the dot.

SnoopJ commented 8 years ago

Choropleth coloring implemented in e1b7f0905fb6739c1e1c3fb2f77f55f113ed1fe9

SnoopJ commented 8 years ago

The coloring should change with time filtering, as described in #5