From 1fd4de1b25398954e9ab43e54d0d0fdf1b5cfce0 Mon Sep 17 00:00:00 2001 From: Frank Wuerthwein Date: Sat, 14 Mar 2009 20:01:55 -0400 Subject: flot-0.6pre@147 --- examples/tracking.html | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 examples/tracking.html (limited to 'examples/tracking.html') diff --git a/examples/tracking.html b/examples/tracking.html new file mode 100644 index 0000000..722f960 --- /dev/null +++ b/examples/tracking.html @@ -0,0 +1,90 @@ + + + + + Flot Examples + + + + + + +

Flot Examples

+ +
+ +

You can add crosshairs that'll track the mouse position, either + on both axes or as here on only one.

+ +

If you combine it with listening on hover events, you can use + it to track the intersection on the curves by interpolating + the data points.

+ +

+ + + + + -- cgit v1.2.3