gwatts / jquery.sparkline

A plugin for the jQuery javascript library to generate small sparkline charts directly in the browser
http://omnipotent.net/jquery.sparkline/
1.24k stars 278 forks source link

Fix tooltip blinking when mouse is moved over it #170

Open fdaugan opened 8 years ago

fdaugan commented 8 years ago

When a tooltip is displayed above the mouse pointer for sample, and le mouse moves up :

'mouseleave' is called since the tooltip caught the event tooltip is hidden 'mouseenter' is called since the canva gets back the event tooltip is placed above the mouse pointer