D3x10: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
Also see the [[D3x10/Brainstorming]] page | Also see the [[D3x10/Brainstorming]] page | ||
=Chart 1: Commute Method by Poverty Status for California Counties= | =The Charts= | ||
==Chart 1: Commute Method by Poverty Status for California Counties== | |||
This project is complete. Link: http://charlesreid1.github.io/a-shrubbery/triplepie/ | |||
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= | ==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 | This project is complete. Link: http://charlesreid1.github.io/a-shrubbery/educationca/ | ||
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 gender, 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. | 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 | D3 controls a bar chart and a scatter plot. These show the breakdown of education level differences by gender, and shows the average of and variance in education levels for different counties. | ||
=References= | =References= | ||
Revision as of 03:02, 11 March 2015
This page documents my personal undertaking to build 10 charts that use D3.
Also see the D3x10/Brainstorming page
The Charts
Chart 1: Commute Method by Poverty Status for California Counties
This project is complete. Link: http://charlesreid1.github.io/a-shrubbery/triplepie/
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
This project is complete. Link: http://charlesreid1.github.io/a-shrubbery/educationca/
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 gender, 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 and a scatter plot. These show the breakdown of education level differences by gender, and shows the average of and variance in education levels for different counties.