neveldo / jQuery-Mapael

jQuery plugin based on raphael.js that allows you to display dynamic vector maps
https://www.vincentbroute.fr/mapael/
MIT License
1.01k stars 195 forks source link

Tooltip stay open #368

Open senojeel opened 6 years ago

senojeel commented 6 years ago

Sorry, one more question. Is there a way to make the tooltip stay open so you can click on content in it?

neveldo commented 6 years ago

You are welcome !

For now, the built-in tooltip feature from Mapael doesn't provide a way for being kept open. Feel free to contribute if you can !

That said, you still can add your own tooltip feature over mapael if you have some custom needs. For instance, see this example in which I display some custom data in a custom container on mouseover, it doesn't use the built-in tooltip feature : https://rawgit.com/neveldo/jQuery-Mapael/2.1.0/examples/advanced/eventHandlers_display_information_about_plotted_cities.html