You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: