ChartsCSS / charts.css

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

Donut pie charts #124

Open jaimeiniesta opened 5 months ago

jaimeiniesta commented 5 months ago

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
Prathapkarumanchi commented 3 months ago

@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