Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highmaps tooltip appearing everywhere on the map (regression) #4409

Closed
laurahelde opened this issue Jul 23, 2015 · 3 comments
Closed

Highmaps tooltip appearing everywhere on the map (regression) #4409

laurahelde opened this issue Jul 23, 2015 · 3 comments
Assignees

Comments

@laurahelde
Copy link

The simplified version of my situation: I have a map series and a mappoint series on the same map. I need the mappoint series to have tooltips and the map series not to, but I can't use enableMouseTracking: false because I have custom mouse events on the map series.

So I achieved this in version 1.1.4 by putting the tooltip on the map level and checking the series type within the formatter. If the series type is map it returns false to stop the tooltip from appearing. Here is a fiddle demonstrating with 1.1.4, working as expected: http://jsfiddle.net/b56h9tjo/1/

The same code in the current version is broken: the "Minneapolis" tooltip appears no matter where I hover on the map: http://jsfiddle.net/b56h9tjo/ . Is there any way to get what I'm looking for without downgrading?

@laurahelde laurahelde changed the title Highmaps tooltip appearing everywhere on the map Highmaps tooltip appearing everywhere on the map (regression) Jul 23, 2015
@jon-a-nygaard
Copy link
Contributor

Thanks for reporting, we will have a look at the issue and come back with an answer soon.

@oysteinmoseng
Copy link
Member

There seems to be an issue with the new way Highcharts handles tooltips (probably commit d228fa0). We'll look into it, but due to vacation time, it could take some time to resolve. For now it looks like the old version (1.1.4) is the way to go, as there unfortunately doesn't seem to be an easy workaround.

@laurahelde
Copy link
Author

Okay, thanks for the update. Will go back to 1.1.4 until further notice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants