CSS Slope Graphs 2021-06-07 I am a huge sucker for simplistic and beautifully designed visual data on the web. Most data tends to be graphed via line or bar systems - which is fine - but I think slope graphs are highly underrated. Let’s change that, shall we? The Demo I’m basing this demo off the design patterns found in Edward Tufte’s visualization work, specifically his slope graph designs: Live CodePen Example The HTML For this concept we will actually be building this graph out of t...