sangltdn / flot

Automatically exported from code.google.com/p/flot
MIT License
0 stars 0 forks source link

Replace OpenFlashChart : add tootip ? #288

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi

Many applications use OpenFlashChart, but Flash is a proprietary technology
and Flot can replace Flash by canvas, but the only thing missing is tooltips...

(PS : i started a plugin for tootip but I don't understand the core of Flot)

Thanks.

Original issue reported on code.google.com by Pr.Dor...@gmail.com on 5 Jan 2010 at 9:04

GoogleCodeExporter commented 9 years ago
You did check out the examples? There's one with a tooltip.

Original comment by olau%iol...@gtempaccount.com on 20 Jan 2010 at 12:43

GoogleCodeExporter commented 9 years ago
Yes, but it's not inside inside piwik (or like a plugin), and it's not advanced
(title and content of tooltip, appear if the cursor is in the chart (everywhere 
in
the chart), ...).

Original comment by Pr.Dor...@gmail.com on 20 Jan 2010 at 8:49

GoogleCodeExporter commented 9 years ago
Using the example code in 
http://people.iola.dk/olau/flot/examples/interacting.html you 
can see there's both plothover and plotclick events.  Try moving the tooltip 
code from 
plothover to plotclick and see if that looks more like what you're used to.

I think a tooltip plugin would be a great addition, so go for it!

Original comment by ryl...@gmail.com on 13 Apr 2010 at 6:49

GoogleCodeExporter commented 9 years ago
No, see this for insrance : 
http://teethgrinder.co.uk/open-flash-chart-2/title.php

The tooltip is always showed.

Original comment by Pr.Dor...@gmail.com on 14 Apr 2010 at 12:11

GoogleCodeExporter commented 9 years ago
I'm treating this as an enhancement request for more flexible selection, 
including, but not limited to, the ability to snap to the nearest point 
anywhere in the plot.

Original comment by dnsch...@gmail.com on 7 May 2012 at 11:03