From 741436c0f81202fc92c68a1a8793e47cbffbb89a Mon Sep 17 00:00:00 2001
From: Igor Sfiligoi <isfiligoi@ucsd.edu>
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(-)

(limited to 'doc')

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
                                         <P>The recognized elements and the default values are:
 <PRE>
    {
+     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
   } 
 </PRE></P>
 See the <A HREF=:../../src/examples/rrdJFlotDefaults.html">rrdflot_defaults in action.</A>
-- 
cgit v1.2.3-2-g168b