youcef92 / flotr

Automatically exported from code.google.com/p/flotr
0 stars 0 forks source link

Support disabling drawing mouse info #166

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be great if Flotr supported disabling drawing the mouse value when 
mouse tracking. This is a problem if you want to over-ride the mouse value box 
with your own custom one outside of the chart area (by watching flotr:hit 
events).

An alternative to this would be an option that enabled hit checking that was 
separate from the mouse tracking option.

Original issue reported on code.google.com by alla...@gmail.com on 27 Dec 2010 at 5:22

GoogleCodeExporter commented 8 years ago
For the time being I've just been using a CSS hack like this:

.flotr-mouse-value {
    display: none;
}

I might be able to fix this this week.

Original comment by alla...@gmail.com on 27 Dec 2010 at 5:23