ChartsCSS / charts.css

Open source CSS framework for data visualization.

Home Page:https://ChartsCSS.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Namespacing?

sporto opened this issue · comments

This looks great!
However this uses classes like column and row that can easily conflict with other css frameworks.

Is there a way to generate a css with a namespace? e.g. chartcss-row
Something like https://purecss.io/ where every class has pure-...

It would be great if there is an alternative compiled css with namespaces.

I second that. I like the idea of compiling to both a namespaced and original css.

This could work well with a SASS variable $chartsCssNamespace = '' that's empty by default.

For users who don't want SASS, then compiling to two separate distributions (one with and one without namespacing) would work well.