https://code4policy.github.io/conversions/
- clone your repo into
~/Development
andcd
into it (PLEASE FORK if you did not accept this assignment through Github classroom) - turn on http server
python3 -m http.server 8000
- go through each example's README, select one to complete (you may do more for practice, but only one is required)
- commit and push to GitHub
Example Order
- example7 - Scatter Plot
- example8 - Multi-Series Line Chart
- example9 - Line Chart
- example1 - Interactive Bullet Chart
- example2 - Bubble Chart
- example3 - Bubble Chart
- example4 - Treemap
- example5 - Bar chart
- example6 - Multi-series Bar Chart
A more detailed explanation of how to complete example 7 can be found here.
Bonus
- Split out HTML, CSS and JavaScript into 3 separate files
- Make one modification (any modification) to the D3 graphic - like changing the colors for example.