Spring 2017, Week 2

Siqi Zhu
NEU IDV ARTG
Published in
1 min readJan 15, 2017

Before class

  1. Please review these key d3 methods before class, especially if you didn’t take the fall semester class:
d3.scaleLineard3.axisLeft
d3.axisBottom
axis.tickValues
axis.tickFormat
d3.line
d3.area
selection.append
selection.insert
selection.filter
selection.classed

2. Please also be sure to review the enter-exit-update pattern. For a simple demonstration, see this article:

3. Please install node.js. You can follow this link:

After class

Please review these key d3 methods used in class:

d3.histogramd3.timeInterval
interval.range
interval.every
d3.range

Git repo for class

Slides

--

--