From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- www/lib/vis/examples/graph2d/12_customRange.html | 92 ------------------------ 1 file changed, 92 deletions(-) delete mode 100644 www/lib/vis/examples/graph2d/12_customRange.html (limited to 'www/lib/vis/examples/graph2d/12_customRange.html') diff --git a/www/lib/vis/examples/graph2d/12_customRange.html b/www/lib/vis/examples/graph2d/12_customRange.html deleted file mode 100644 index 0e85ab53..00000000 --- a/www/lib/vis/examples/graph2d/12_customRange.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - Graph2d | Bar Graph Example - - - - - - - -

Graph2d | Custom axis range

-
- You can define a custom range for the Y axis. Since there are two Y axis, you can define both of them. You can also - only define the min or max values. Since one of the Y axis is slaved to the other one (the right one is slaved to the left one), - you cannot absolutely define the range of the slaved axis because it has to use the same lines. The values you supply are used as guidelines however. - If the zero-lines have to be aligned, you can use the option alignZeros. It is enabled by default. - -
-var options = {
-    dataAxis: {
-        left: {
-            range: {min:-5, max:30}
-        },
-        right: {
-            range: {min:-5}
-        }
-    }
-};
-
-
-
- -
- - - - \ No newline at end of file -- cgit v1.2.3