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

Donut pie charts

jaimeiniesta opened this issue · comments

It would be great to have an option in pie charts to have a "doughnut" style, with a transparent hole in the center like this:

Captura de pantalla 2024-02-27 a las 9 36 29

@jaimeiniesta We can achieve this with clipmask, the only thing is we need to pick percentage value from style property so that we can change percentage of doughnut.

image