Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 734 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 734 Bytes

e79d3

Class: Harvard DCE, E-79 "The Art and Design of Information" (Spring 2020)
Authors: Zona Kostic, Ning Chen, Jared Jessup

Github: https://github.com/jessupjs/e79d3

Resources:

For D3

Outline:

Week 1

  1. Html, Css, Js Basics
  2. Main.js and Object Oriented Programming
  3. Bringing in Data

Week 2

  1. Setting up the D3 Workspace - 'init-wrangle-render' pattern
  2. Getting Started: Data Binding and DOM Manipulation
  3. D3 Tooling (using the API)

Week 3

  1. Managing Change - 'enter-update-exit' pattern
  2. Event Handling