-
Notifications
You must be signed in to change notification settings - Fork 154
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
Tooltip does not disappear on mobile when the screen scrolls, is there some way to fix this? #97
Comments
I encourage you to try to solve it by yourself and send a pull request :) |
@hezhijun If I understand the problem correctly from your screenshots, it looks like the tooltip is staying in the same fixed place as you scroll? It would be very helpful if you could confirm this! |
@Roundaround Yes, it is exactly the problem. Do you know how to solve this problem? thanks in advance. |
I don't know yet, but this information should prove useful in figuring out what's wrong. I'll take a look at it sometime in the next few days if I can find the time. :) |
Can affect desktop too if you mouse move top, above the chart. Tooltip vanishes if cursor will exit the chart on sides or bottom. |
Actually points close to top may get tooltip persist when moving cursor above chart and points close to bottom may get persistent tooltip when moving cursor below the chart. Calling hideTooltip on chart container mouseout seems to fix it. |
Hope you know what I mean, thanks.
The text was updated successfully, but these errors were encountered: