Week 6: SVG + D3 data joins
Last updated
Last updated
In last week's lab, we got our first look at D3's most important capability: binding data to HTML elements.
This week, we'll revisit this capability and use it to build (really, recreate) our first D3 data visualization. To do this, we'll need to learn about Scalable Vector Graphics (SVG) and how to use them, since these will be the main element types we'll bind and use to facilitate our visualization efforts throughout the rest of the semester.
File
Link
Workshop 6 Slides
Week 6 GitHub folder
Weekly feedback form