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/navigate/index.html | 153 +++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 public/bower_components/Flot/examples/navigate/index.html (limited to 'public/bower_components/Flot/examples/navigate/index.html') diff --git a/public/bower_components/Flot/examples/navigate/index.html b/public/bower_components/Flot/examples/navigate/index.html new file mode 100644 index 0000000..671692e --- /dev/null +++ b/public/bower_components/Flot/examples/navigate/index.html @@ -0,0 +1,153 @@ + + + + + Flot Examples: Navigation + + + + + + + + + + + + +
+ +
+
+
+ +

+ +

With the navigate plugin it is easy to add panning and zooming. Drag to pan, double click to zoom (or use the mouse scrollwheel).

+ +

The plugin fires events (useful for synchronizing several plots) and adds a couple of public methods so you can easily build a little user interface around it, like the little buttons at the top right in the plot.

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