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
I'm having an issue styling fills on tooltips inside a VictoryVoronoiContainer. It's not responding to any of the declarations inside the tooltip namespace. I have a gist here of my theme object :
Lines 191 and 199 are set to red and they're having no effect. I'm not sure which property would set the tooltip background fill. Attached image of the tooltip showing as black.
Am I just not using the correct property, or is this a bug? When I set the style parameter on VictoryVoronoiContainer, it works. I just wanted to move this out of the style param and into our general theme.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm having an issue styling fills on tooltips inside a VictoryVoronoiContainer. It's not responding to any of the declarations inside the tooltip namespace. I have a gist here of my theme object :
https://gist.github.com/aaroncrawford/13f4c2e427245e9db3e48886fe3accd4
Lines 191 and 199 are set to red and they're having no effect. I'm not sure which property would set the tooltip background fill. Attached image of the tooltip showing as black.
Am I just not using the correct property, or is this a bug? When I set the style parameter on VictoryVoronoiContainer, it works. I just wanted to move this out of the style param and into our general theme.
Thanks!
The text was updated successfully, but these errors were encountered: