-
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 #616
base: master
Are you sure you want to change the base?
Conversation
Despite krispo#172 had been solved in case of changing data, bu it is stil happening when change options. Set the option useInteractiveGuideline true. After populate data, change the current options like tickFormat. This only happens with useInteractiveGuideline=true.
Is there an ETA for this to be merged? This is an annoying bug. |
This pull request works for me and fixes my bug! Can we get this in? |
This fixes my issue as well. Is there an ETA or is something else required to get this fix merged? Happy to help, if there is something I can do. |
This is causing us issues and soon we'll have to fork which is a shame. Is there something holding up this merge? |
Has this merge been published to npm? |
Not yet. |
any ETA on a merge? |
When this get merged into production? |
@Larvalis are we still at a standstill with this getting published? |
Yes, from what I can see there is no new updates. |
Maybe it helps if we page the maintainer of the repo! @krispo any chance you can take a look at this PR and merge it? |
If we don’t see any action taken on this in next couple of weeks then I will fork and publish on npm under new version |
I have gone ahead and created a new package on npm with this fix added to it. https://www.npmjs.com/package/angular-nvd3-charts. It is only this change and any PR's besides this are not included. Feel free to contribute to new repo if you still want to see this development move forward. |
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.