don’t use d3.area to encode stroke-width for non stacked charts
- we don’t perceive the distance from the top of the line to the bottom of the line
- st
- strokes will do this automatically
- can’t do variable stroke-width though, have to write a custom area function with trig
- doesn’t work for stacked area charts, everything is a lie
todo
- make repo
- scrolly post
- not sure how to compare
links