@@ -46,15 +46,15 @@ We could also think about a **"Deep Dive" section** at the end that groups some
4646
4747| Visualization | Main tool | Relevant lectures |
4848| ---| ---| ---|
49- | Beeswarm | D3.js force simulation | D3.js binding, Interaction design |
50- | Radar charts | D3.js radial scales + SVG | Perception and color , Marks & channels |
51- | Bubble chart | D3.js scatterplot | Tabular data , Marks & channels |
52- | Stacked area | D3.js stack + area generator | Time series, Storytelling |
53- | Price strip chart | D3.js force jitter | Tabular data, Interaction design |
54- | Chord diagram | D3.js chord layout | Perception and color, Interaction design |
55- | Sankey diagram | D3.js + d3-sankey | Marks & channels, Storytelling |
56- | Accord heatmap | D3.js color scales + grid | Tabular data , Perception and color |
57- | Scroll framework | Scrollama (IntersectionObserver) | Storytelling with data |
49+ | Beeswarm | D3.js force simulation | D3.js, Interactions |
50+ | Radar charts | D3.js radial scales + SVG | Perception of colors , Marks and Channels |
51+ | Bubble chart | D3.js scatterplot | Data , Marks and Channels |
52+ | Stacked area | D3.js stack + area generator | Data, Interactive D3 |
53+ | Price strip chart | D3.js force jitter | Data, Interactions |
54+ | Chord diagram | D3.js chord layout | Perception of colors, Interactive D3 |
55+ | Sankey diagram | D3.js + d3-sankey | Marks and Channels, Designing viz |
56+ | Accord heatmap | D3.js color scales + grid | Data , Perception of colors |
57+ | Scroll framework | Scrollama (IntersectionObserver) | Designing viz, Do and dont in viz |
5858| Data preprocessing | Python + pandas | n/a |
5959| Hosting | GitHub Pages | n/a |
6060
0 commit comments