D3x10: Difference between revisions
From charlesreid1
(Created page with "This page documents my personal undertaking to build 10 charts that use D3. Also see the D3x10/Brainstorming page =Commute Method by Poverty Status for California Counties=...") |
No edit summary |
||
| Line 3: | Line 3: | ||
Also see the [[D3x10/Brainstorming]] page | Also see the [[D3x10/Brainstorming]] page | ||
=Commute Method by Poverty Status for California Counties= | =Chart 1: Commute Method by Poverty Status for California Counties= | ||
This is part of my project [a-shrubbery http://charlesreid1.github.io/a-shrubbery/], which consists of maps using Leaflet.js. In this case, the Leaflet map interacts with D3 to control what information the D3 charts are displaying. | This is part of my project [a-shrubbery http://charlesreid1.github.io/a-shrubbery/], which consists of maps using Leaflet.js. In this case, the Leaflet map interacts with D3 to control what information the D3 charts are displaying. | ||
=Chart 2: Education Levels by Census Tract for California Counties= | |||
Also part of [a-shrubbery http://charlesreid1.github.io/a-shrubbery/]. This is a chart of a US Census data set that consists of education level by sex, down to the census tract level. | |||
This page consists of multiple Leaflet maps. One map, of all counties in California, is the master map. When the user clicks on counties, it zooms to that county in a second, census tract map, and displays all the census tracts in that county. | |||
D3 controls a bar chart that displays a breakdown of education levels by sex. | |||
Revision as of 05:15, 24 February 2015
This page documents my personal undertaking to build 10 charts that use D3.
Also see the D3x10/Brainstorming page
Chart 1: Commute Method by Poverty Status for California Counties
This is part of my project [a-shrubbery http://charlesreid1.github.io/a-shrubbery/], which consists of maps using Leaflet.js. In this case, the Leaflet map interacts with D3 to control what information the D3 charts are displaying.
Chart 2: Education Levels by Census Tract for California Counties
Also part of [a-shrubbery http://charlesreid1.github.io/a-shrubbery/]. This is a chart of a US Census data set that consists of education level by sex, down to the census tract level.
This page consists of multiple Leaflet maps. One map, of all counties in California, is the master map. When the user clicks on counties, it zooms to that county in a second, census tract map, and displays all the census tracts in that county.
D3 controls a bar chart that displays a breakdown of education levels by sex.