react-svg-worldmap
react-svg-worldmap copied to clipboard
Add Zoom and Pan capabilities
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.
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