Charts have been done in CSS many times before — there's even a dedicated project. So why this post? Because CSS evolves all the time — new, cool t...
For further actions, you may consider blocking this person and/or reporting abuse
Really cool how you’re taking advantage of the latest CSS features for charts, especially keeping things accessible and responsive. Which chart type do you find most challenging to get just right in practice?
Thank you! The charts themselves were not tricky, but I would have liked to be able to use CSS to get the previous values in the area/line charts!
The GOAT :-)
Thank you! 🐐
this is awesome but can you do a realtime candlestick chart?
codepen.io/stoumann/pen/ogbGBGe
Very nice! Is there a way to get the values into the Pie and Donut Graph?
For these you need the accumulated and total, as mentioned in the article. I’ll publish a web component soon, so you just feed it with JSON.
There is a <pie-chart> Web Component: pie-meister.github.io/
I’ll make
<data-chart>, where you can set atype-attribute to either: area, bar, column, donut, line or pie