-
Notifications
You must be signed in to change notification settings - Fork 378
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 still getting stuck #615
Comments
Thanks @alanblins! I am having the same problem and this code solved it. Is there a different way to solve the problem? If not then I'd love to see this merged. |
PR #616 fixes this issue for me! |
Hi @RyanChristian259, I don't know a different way to solve it. |
@alanblins I ended up using your code through a decorator class in order to inject it into the Angular-NVD3 library. Thank you very much for the fix. Hopefully your solution will get merged at some point. |
Hi @alanblins @RyanChristian259 |
This trick helps for me: |
Despite #172 had been solved in case of changing data, this bug is still happening when it changes the options. Set the option useInteractiveGuideline=true. After populating data, change the current options such as tickFormat. This only happens with useInteractiveGuideline=true.
The cause of the problem is because clearElement is removing the wrong id tooltip.
I think to solve this in case of useInteractiveGuideline=true should have this complement, right?
The text was updated successfully, but these errors were encountered: