From 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 13 Jul 2018 19:06:45 +0200 Subject: Fixed many permissions and began admin interface --- .../Flot/examples/tracking/index.html | 135 +++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 public/bower_components/Flot/examples/tracking/index.html (limited to 'public/bower_components/Flot/examples/tracking/index.html') diff --git a/public/bower_components/Flot/examples/tracking/index.html b/public/bower_components/Flot/examples/tracking/index.html new file mode 100644 index 0000000..69276c2 --- /dev/null +++ b/public/bower_components/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