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/basic-options/index.html | 91 ++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100755 static/js/flot/examples/basic-options/index.html (limited to 'static/js/flot/examples/basic-options') diff --git a/static/js/flot/examples/basic-options/index.html b/static/js/flot/examples/basic-options/index.html new file mode 100755 index 0000000..cb15fe2 --- /dev/null +++ b/static/js/flot/examples/basic-options/index.html @@ -0,0 +1,91 @@ + + + + + Flot Examples: Basic Options + + + + + + + + + + +
+ +
+
+
+ +

There are plenty of options you can set to control the precise looks of your plot. You can control the ticks on the axes, the legend, the graph type, etc.

+ +

Flot goes to great lengths to provide sensible defaults so that you don't have to customize much for a good-looking result.

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