Data Vidualization with D3.js
This contents follows the course on YouTube
Goal
- Finishing the course on YouTube
- Writing own examples based on the course contents
-
Schedule
- 2019-10-21
- Finishing the course
- 2019-10-31
- Writing examples based on the course contents
Index
- SVG concepts, 01-concepts/index.html
- Making a face (2:34:00)
- Making a bar chart (3:15:00)
- Customizing Axis ((3:44:02)
- Making a Scatter Plot (4:10:00)
- Making Line and Area Charts - plot (4:34:33)
- Making Line and Area Charts - line (4:43:00)
- Making Line and Area Charts - area
-
The general update pattern of D3.js (5:04:36)
- enter, merge, exit
- transition
- object consistancy
- single object
- The general update pattern and nested elements
- Interactions (6:28:43)
- Draw map (6:45:13)
- Draw map interaction (7:05:00)
- Tree visulization (7:31:17)
- Color and size legends (8:04:48)
- Choropleth map (8:33:27)