react-svg-map icon indicating copy to clipboard operation
react-svg-map copied to clipboard

How to adjust / add className into each path for coloring

Open CarsonLoi opened this issue 3 years ago • 1 comments

May I have your direction on that?

Also, Is it possible to implement zoom and pan function as well? Many thanks!!

CarsonLoi avatar Oct 14 '22 10:10 CarsonLoi

May I have your direction on that?

Have you looked at the heat map example?

Also, Is it possible to implement zoom and pan function as well? Many thanks!!

My goal is to keep these components as simple as possible and only generate SVG. If you want to zoom and pan, you can wrap the map in a component like https://github.com/chrvadala/react-svg-pan-zoom

VictorCazanave avatar Feb 24 '23 07:02 VictorCazanave