Show 12 months of data for each city.
- time scale and JavaScript date objects
- d3 time format
- ordinal scale and d3 color scheme
- JavaScript
ifstatement - review - JavaScript named function - review
- JavaScript function parameters
- JSON attribute access using square bracket notation
- Use d3.csv to convert csv to array of JSON
- JavaScript promise using
.then
- JavaScript promise using
Create New D3 Project
- HTML file with head and body tags
js/directory- d3 library
- main javascript file,
main.js
- in console, test
d3.version

