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
It would be awesome if zoom, pan and pinch gestures are added
I tried using react-zoom-pan-pinch library to achieve it, but the problem came with tooltips, when you zoom the tooltip gets misplaced pointing at wrong path because it is not aware of the current direction of its target.
Otherwise, Great and simple library.
The text was updated successfully, but these errors were encountered:
in my case i didn't use this i've worked on scale map but it happens the same thing tooltip sometimes not show sometimes changed position on zoom please any solution for this
I had been working on the richInteractions feature which does what you want. For now the only feature that was completed is double click for zooming. PRs welcome to complete the rest, as per the docs.
It would be awesome if zoom, pan and pinch gestures are added
I tried using
react-zoom-pan-pinch
library to achieve it, but the problem came with tooltips, when you zoom the tooltip gets misplaced pointing at wrong path because it is not aware of the current direction of its target.Otherwise, Great and simple library.
The text was updated successfully, but these errors were encountered: