Assignment: Your First Interactive
Due Thursday, October 31 by noon 🎃
In this assignment, you will create a fictional bar chart interactive using made-up data of your choosing. Your bar chart must have at least 5 data points (bars) and showcase at least two years of data (via buttons the user clicks to toggle the data).
Requirements:
- Have at least 5 bars
- Have at least 2 different views in time
- Have labels above each bar
- Have numbers within each bar to showcase the data
- Have fun stylistically and be creative with the data you choose to show!
Here is an example that I whipped up: class17-bar.netlify.com (feel free to inspect my code for inspiration)