ChartsCSS / charts.css

Open source CSS framework for data visualization.
https://ChartsCSS.org
MIT License
6.2k stars 176 forks source link

Stacked bar charts - would be so great #14

Closed JohnCClarke closed 3 years ago

JohnCClarke commented 3 years ago

This is a great library. Data in a table is so much more usable than Google charts that we are currently using.

Would it be easy to add stacked bar charts? I.e. each bar is the stacked "sum" of multiple components? Then we could switch.

ramiy commented 3 years ago

@JohnCClarke The framework supports stacking.

Check the Stacked Bars documentation https://chartscss.org/components/stacked/#stacked-bars

JohnCClarke commented 3 years ago

OMG! - Thanks for pointing that out. Somehow I just didn't spot them.

Marvellous!