#D3licious Me learning D3, svg, npm and git. Link: http://golid.net/D3licious
##Overview:
- Chapter 1: Scott Murray's Tutorial, http://alignedleft.com/tutorials/d3/.
- Lesson 1.1: Stretch divs according to randomized dataset.
- Lesson 1.2: Start using SVG elements.
- Lesson 1.3: Revisit first lesson, add labels and data dependent fill.
- Lesson 1.4: Making a scatterplot from a randomized 2-dimensional dataset.
- Chapter 2: Perpetual Motion.
- Lesson 2.1: Colorful elements moving in random directions.
- Chapter 3: Cellular Automata.
- Figure 3.1: Pattern emerging from single active pixel, defined by a random number between 0 and 255.
- Figure 3.2: As above, only from a random string of active pixels.
- Chapter 4: Visualizing external data.
- Figure 4.1: Interactive line chart showing population changes in Norway over the last ~30 years.
- Chapter 5: Particles from mouse position.
- Figure 5.1: Expanding particles.
- Figure 5.2: Particles with different lifespans.
- Figure 5.3: Particles getting movement from mouse.
- Chapter 6: Genetic Algoritms.
- Figure 6.1: Random particles moving from center.
- Figure 6.2: Tracking and storing the value of particle batches over time.
- Figure 6.3: Movement based on earlier generations.
- Chapter 7: Points in Circle.
- Figure 7.1: Pulsing particles.