2024-03-10
Created March 10, 2024, 2:25 p.m.
Modified March 10, 2024, 7:06 p.m.
Goal
Continue writing Spending Waaaaaaaaaaaay Too Much Time at Bars
Notes
Continued writing for my Spending Waaaaaaaaaaaay Too Much Time at Bars Blog Post. I think the rhetorical flow of the post should be
- Explaining a little about what D3 is
- A demo of how to make a basic chart
- Working with CSV data using D3
- Basic bar chart
- Associating each of my bars to its own timestep
- Making the value of the CSV determine the height of the bar
- Adding interactive components
- Adding an animation to load the bars from left to right
- First allowing mouseover to paint the bars and change the state
- Then fixing it so that only the mouseover works
- Click n Stick method from Andrew
- Conclusion
Results
Next Time
- Start writing Mini Martial Artists - Part 2