Skip to content

Commit

Permalink
Make Community Area map a choropleth
Browse files Browse the repository at this point in the history
Update Community Area GeoJSON so it includes number of convictions
and convictions per-capita.

Add view options to configure choropleth "bins".

Add view for legend.

Addresses #48
  • Loading branch information
ghing committed Aug 5, 2014
1 parent d27ae0b commit 8c6cbbb
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 8 deletions.
20 changes: 20 additions & 0 deletions css/viz.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,23 @@
width: 100%;
height: 500px;
}

.legend {
}

.legend dl {
width: 200px;
}

.legend dt, dd {
display: block;
float: left;
height: 20px;
line-height: 20px;
}


.legend dt {
width: 20px;
margin-right: 10px;
}
Loading

0 comments on commit 8c6cbbb

Please sign in to comment.