HumbleSoftware / Flotr2

Graphs and Charts for Canvas in JavaScript.
http://www.humblesoftware.com/flotr2/
MIT License
2.45k stars 528 forks source link

Glitch in candlesticks after mouse track #208

Open nicofrand opened 11 years ago

nicofrand commented 11 years ago

When using the candlesticks, if the value is equal to the lowest value, once the mouse has been over the candle, a glitch appears.

In this example : http://jsfiddle.net/6e8sZ/1/, put your mouse hover a candle. When the mouse leaves the candle, a thin red border still appears at the bottom of the candle.

cesutherland commented 11 years ago

Thanks for the fiddle. I will take a look.

cesutherland commented 11 years ago

I've got an impending fix for this. Candlesticks is kind of a mess inside, so this is going to be a bit more of a cleanup.