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
So, I am trying to replicate the @mbostock's Zoom to Bounding Box into Visx.
I got the bounding box zoom visualization on click, but to animate it I am still stuck.
I've tried using the code of AnimatedPath file, present in the "XYChart", which uses React Spring. But I am not used to animations library and because the path is re-rendering every state by hover events (using a tooltip), all becomes a bit laggy.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, everyone!
So, I am trying to replicate the @mbostock's Zoom to Bounding Box into Visx.
I got the bounding box zoom visualization on click, but to animate it I am still stuck.
I've tried using the code of AnimatedPath file, present in the "XYChart", which uses React Spring. But I am not used to animations library and because the path is re-rendering every state by hover events (using a tooltip), all becomes a bit laggy.
Here is a example (without animations): Geo Projection Sandbox.
I appreciate any help. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions