From 63b0fc6269b38edf7234b9f151b80d81f614c0a3 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 4 Aug 2015 10:11:24 +0300 Subject: Initial commit First public commit --- static/js/flot/examples/tracking/index.html | 135 ++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100755 static/js/flot/examples/tracking/index.html (limited to 'static/js/flot/examples/tracking') diff --git a/static/js/flot/examples/tracking/index.html b/static/js/flot/examples/tracking/index.html new file mode 100755 index 0000000..59ace02 --- /dev/null +++ b/static/js/flot/examples/tracking/index.html @@ -0,0 +1,135 @@ + + + + + Flot Examples: Tracking + + + + + + + + + + + +
+ +
+
+
+ +

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 (look at the legend).

+ +

+ +
+ + + + + -- cgit v1.2.3