-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[non-issue] manual position - tooltip #189
Comments
Hi @dnsBlah , Have you checked out this JSFiddle example : http://jsfiddle.net/neveldo/b5fj4qod/ ? I think it doesn't work because the tooltip position is automatically updated on mouseover / mousemove. Maybe a new boolean option |
I agree with @neveldo. I will add it to the todo list (https://github.com/neveldo/jQuery-Mapael/wiki/TODO-list). In the mean time, the workaround above should help you (I actually used it myself in my own project). |
sorry for the late response guys. |
By the way, for the todo, is it possible for your json example to put in the 'links' between plots based on the names of the plots? |
Hi @dnsBlah , I don't understand your issue with the links. The links between two plotted points should work fine : http://jsfiddle.net/neveldo/yckqj78q/ . Maybe you are facing another issue. Could you create a new post with a JSFiddle example that highlights the problem ? PS : I close this issue as it seems to be resolved :) |
Sorry for the late response on this one. |
Hello @dnsBlah , I'm glad it helped you ! |
Hi Neveldo,
how can I position the plot tooltip ? I don't want it to be relative to my cursor.
I just want it top: 10 left: 10.
adjusting the .mapTooltip does not work
The text was updated successfully, but these errors were encountered: