From 741436c0f81202fc92c68a1a8793e47cbffbb89a Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Mon, 10 Sep 2012 21:55:57 +0000 Subject: Update docs about rrdflot_defaults --- doc/lib/rrdFlot_js.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/lib/rrdFlot_js.html b/doc/lib/rrdFlot_js.html index 167a14a..aa0994f 100644 --- a/doc/lib/rrdFlot_js.html +++ b/doc/lib/rrdFlot_js.html @@ -134,6 +134,7 @@ creates an interactive

The recognized elements and the default values are:

    {
+     graph_only: false        // If true, limit the display to the graph only
      legend: "Top"            //Starting location of legend. Options are: 
                               //   "Top","Bottom","TopRight","BottomRight","None".
      num_cb_rows: 12          //How many rows of DS checkboxes per column.
@@ -157,7 +158,7 @@ creates an interactive
      graph_width: "500px"     //Width of main graph.
      scale_height: "110px"    //Height of small scaler graph.
      scale_width: "250px"     //Width of small scaler graph.
-     timezone: "0"            //Timezone to plot. Options are "-11" through "+12"
+     timezone: local time     //Timezone to plot. Options are -11 through +12
   } 
 

See the rrdflot_defaults in action. -- cgit v1.2.3