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 need to get the activePoints from a VictoryVoronoiContainer each time the chart's onTouchMove event fires, but at present the activePoints is only updated on the initial touch event, so while I might have a dozen events fire as I 'scrub' through the chart's X axis my activePoints remain fixed until the next press (corresponding with the voronoiContainer onActivated event).
I've also tried using a combined voronoi/cursor container but the issue remains, the VoronoiContainer's data isn't updated for each cursor event fired etc.
Is there any way to manually get the activePoints from the VoronoiContainer during these events?
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
-
Hey everyone,
I need to get the activePoints from a VictoryVoronoiContainer each time the chart's onTouchMove event fires, but at present the activePoints is only updated on the initial touch event, so while I might have a dozen events fire as I 'scrub' through the chart's X axis my activePoints remain fixed until the next press (corresponding with the voronoiContainer onActivated event).
I've also tried using a combined voronoi/cursor container but the issue remains, the VoronoiContainer's data isn't updated for each cursor event fired etc.
Is there any way to manually get the activePoints from the VoronoiContainer during these events?
Beta Was this translation helpful? Give feedback.
All reactions