You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be great if the center of the donut had a transparent background. Haven't looked through the code for how it is currently implemented. Using this inside a striped table and want the table color to come through.
The text was updated successfully, but these errors were encountered:
The center is actually an overlay on top of a pie chart to make it look like a donut, so background-color: inherit; is not going to work. You can specify the background for it using the background prop.
However, I think I could implement a prop that gets the container's background color using getComputedStyle and applies that as the overlay's background.
For now, you can try to modify the behavior using CSS.
Would be great if the center of the donut had a transparent background. Haven't looked through the code for how it is currently implemented. Using this inside a striped table and want the table color to come through.
The text was updated successfully, but these errors were encountered: