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

Tooltip gets stuck after refresh data #100

Closed
jenicar opened this issue Feb 24, 2016 · 1 comment
Closed

Tooltip gets stuck after refresh data #100

jenicar opened this issue Feb 24, 2016 · 1 comment

Comments

@jenicar
Copy link

jenicar commented Feb 24, 2016

I'm having the same issue as this one from angular-nvd3:
krispo/angular-nvd3#172

If I happen to to hover the chart so a tooltip is shown WHILE the refresh happens on the line chart, the tooltip stays stuck in the same position and is never removed from the DOM.

This workaround works for me but would be great if it wasn't needed
d3.select("#chartid .nvtooltip').remove();

Using nvd3 version 1.8.1

@liquidpele
Copy link

Please open issues under novus/nvd3, thanks!

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

2 participants