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 using createContainer to create a VictoryZoomVoronoiContainer, so that I can both use tooltips and pan the chart. I'm placing a VictoryBar plus two VictoryAxes inside it.
I would like to use two-finger pan gesture to pan the chart. With one-finger pan gesture the behaviour would be similar to using only VictoryVoronoiContainer, in other words, moving my finger over the bars would result in tooltip showing the data of the current bar.
Is this possible to do? I've been trying to investigate this but it is very difficult to find any instructions or examples on this.
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
-
Hello!
I'm using createContainer to create a VictoryZoomVoronoiContainer, so that I can both use tooltips and pan the chart. I'm placing a VictoryBar plus two VictoryAxes inside it.
I would like to use two-finger pan gesture to pan the chart. With one-finger pan gesture the behaviour would be similar to using only VictoryVoronoiContainer, in other words, moving my finger over the bars would result in tooltip showing the data of the current bar.
Is this possible to do? I've been trying to investigate this but it is very difficult to find any instructions or examples on this.
Beta Was this translation helpful? Give feedback.
All reactions