http://jsfiddle.net/kaliatech/PGyKF/
This example has a continuously updating nvd3 line graph. By default nvd3 introduces a delay in showing the tooltip during a mouse hover.
Is there anyway to disable this?
The controls for adjusting delays and transitions are in css files
Edited nv.d3.css
.nvtooltip {
...
...
transition: opacity 0ms linear;
-moz-transition: opacity 0ms linear;
-webkit-transition: opacity 0ms linear;
transition-delay: 0ms;
-moz-transition-delay: 0ms;
-webkit-transition-delay: 0ms;
...
...
}
Worked!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With