dumptyd / vue-css-donut-chart

Lightweight Vue component for drawing pure CSS donut charts
https://dumptyd.github.io/vue-css-donut-chart/
MIT License
129 stars 19 forks source link

when background is set to transparent, then it becomes a simple pie chart #43

Open tscgist opened 3 years ago

tscgist commented 3 years ago

When using the component, I expect the center circle of a donut to be transparent. So that, when the background property is set to transparent, it lets shine the background through. But becomes a simple pie in this version.

matheeusaf commented 3 years ago

I'm facing this issue too, trying to implement a dark theme and try to keep the chart with transparent background but it turns a simple pie. Have you solved this issue?

dumptyd commented 3 years ago

See if #1 helps you guys.

matheeusaf commented 3 years ago

Nope. Using the default vuetify theme is working without errors. I need the background for ".cdc-overlay" when is dark theme "#1E1E1E", but when i active the dark theme i get this: image

image

ryansegus commented 2 years ago

I have the same issue, I would like to achieve a transparent background on the hole so it can look like the screen shots, any progress on this?

Screenshot 2021-12-06 at 13 15 04 Screenshot 2021-12-06 at 13 16 19