Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.52 KB

File metadata and controls

40 lines (24 loc) · 1.52 KB

Visualizing Data

D3 JS (Data Driven Documents)

D3 JS

Grammar of Graphics

What D3 is Not

Making D3 graphics with AI

https://classroom.github.com/a/cCdSRlal

Example D3 Graphics

If you're planning to use D3 for the MVP of your project, you can find some great templates at

Some of these pre-created D3 visualizations take in CSV format (like the simple example that we did above). Others take in a JSON format. We will be talking in class about converting between CSV and JSON formats using python. If you find that you want to use a data visualization, but are not sure how to connect the dataset to the visualization, have someone in your project group chat with me.

Organizing your Code

Some additional notes on code organization.

https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/Dealing_with_files