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/annotating/index.html | 87 ++++++++++++++++++++++
1 file changed, 87 insertions(+)
create mode 100644 public/bower_components/Flot/examples/annotating/index.html
(limited to 'public/bower_components/Flot/examples/annotating')
diff --git a/public/bower_components/Flot/examples/annotating/index.html b/public/bower_components/Flot/examples/annotating/index.html
new file mode 100644
index 0000000..3b4cb1b
--- /dev/null
+++ b/public/bower_components/Flot/examples/annotating/index.html
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
Flot has support for simple background decorations such as lines and rectangles. They can be useful for marking up certain areas. You can easily add any HTML you need with standard DOM manipulation, e.g. for labels. For drawing custom shapes there is also direct access to the canvas.
+
+
+
+
+
+
+
--
cgit v1.2.3