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/basic-usage/index.html | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 public/bower_components/Flot/examples/basic-usage/index.html (limited to 'public/bower_components/Flot/examples/basic-usage/index.html') diff --git a/public/bower_components/Flot/examples/basic-usage/index.html b/public/bower_components/Flot/examples/basic-usage/index.html new file mode 100644 index 0000000..4ace696 --- /dev/null +++ b/public/bower_components/Flot/examples/basic-usage/index.html @@ -0,0 +1,57 @@ + + + + + Flot Examples: Basic Usage + + + + + + + + + + +
+ +
+
+
+ +

You don't have to do much to get an attractive plot. Create a placeholder, make sure it has dimensions (so Flot knows at what size to draw the plot), then call the plot function with your data.

+ +

The axes are automatically scaled.

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