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

Fix stuck tooltips #2

Merged
merged 3 commits into from
Aug 24, 2017
Merged

Fix stuck tooltips #2

merged 3 commits into from
Aug 24, 2017

Conversation

rey-awesense
Copy link

@rey-awesense rey-awesense commented Aug 24, 2017

This PR fixes a bug found on angular-nvd3 causing tooltips to remain on the DOM after hovering out on a chart (yes multiple tooltip instances!). The result would be multiple tooltips stuck in the middle of the screen floating above everything on the screen (as they are attached to the body and absolutely positioned in nvd3) even after destroying a chart.

I found a contributor fix on PR krispo#616. Since it hasn't been merged into the master branch on the upstream repo I have decided to merge his branch into ours.

Alan Lins added 2 commits January 31, 2017 11:25
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.
Copy link

@awesense-nastia awesense-nastia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥇

Conflicts:
	dist/angular-nvd3.min.js
@rey-awesense rey-awesense merged commit 5b6928f into dev Aug 24, 2017
@rey-awesense rey-awesense deleted the fix-stuck-tooltips branch August 25, 2017 00:09
@rey-awesense rey-awesense restored the fix-stuck-tooltips branch August 25, 2017 00:09
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

Successfully merging this pull request may close these issues.

2 participants