2024-03-10

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


Previous Note 2024-03-09 Next Note 2024-03-11