ChartsCSS / charts.css

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

Divide CSS file in smaller packages? #126

Open jaimeiniesta opened 5 months ago

jaimeiniesta commented 5 months ago

CSS file is 76 Kb minified, it would be great to be able to select only the kind of charts that we use so we can have a smaller CSS file.

For example, only include what's necessary for column charts.

cameronbraid commented 2 days ago

Since you are using sass, can people just build their own by importing what they need ?

I do this for bootstrap-sass which works well.