-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Victory Container events don't work with a non-standalone chart #539
Comments
@jamieparkinson You're right, this is not operating as expected. I'll look into it today. |
hmm, I saw something similar to this while working on FormidableLabs/victory-chart#453 and trying/breaking things to experiment. I'll take a look, too |
it seems like it fails if you simply wrap the |
Ahh, I think I found the problem @boygirl. When the |
@chrisbolin nice bug-hunting! I am working my way into the victory codebase so I can try to help with stuff like this myself 🙂 |
This affects all "evented" containers (VictoryVoronoiContainer, VictoryBrushContainer, VictorySelectionContainer, and VictoryZoomContainer) so I updated the title |
prevent error in bubble plots with single z value
Any updates on this one? Still having issues on Victory Group Cursor wrapped with Svg |
This one is a wontfix. Evented containers only work with |
The active state doesn't get 'switched on' consistently when using
VictoryVoronoiContainer
for aVictoryChart
withstandalone={false}
like this: https://jsfiddle.net/pzkofefm/2/. It seems like it only registers when the cursor is hovering over the elements in the chart - an issue I never had when using the oldVictoryVoronoi
.Have I missed something in terms of other props that need to be set?
The text was updated successfully, but these errors were encountered: