D3x10/Brainstorming: Difference between revisions
From charlesreid1
(Created page with "=Maps= ==Scatterplot== D3 chart: scatterplot of data; circles display some multivariate information (x by y, etc), and clicking on particular points highlights them on a map. I...") |
(→Maps) |
||
| Line 4: | Line 4: | ||
D3 chart: scatterplot of data; circles display some multivariate information (x by y, etc), and clicking on particular points highlights them on a map. In this way, the data, and not the map, drive the discovery process. | D3 chart: scatterplot of data; circles display some multivariate information (x by y, etc), and clicking on particular points highlights them on a map. In this way, the data, and not the map, drive the discovery process. | ||
==Map-to-Map Data== | |||
Want to be able to use the state-level county map to control the county-level census map, AND control quantities contained in the census map layers. | |||
Revision as of 03:55, 23 February 2015
Maps
Scatterplot
D3 chart: scatterplot of data; circles display some multivariate information (x by y, etc), and clicking on particular points highlights them on a map. In this way, the data, and not the map, drive the discovery process.
Map-to-Map Data
Want to be able to use the state-level county map to control the county-level census map, AND control quantities contained in the census map layers.