diff options
author | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2012-09-10 21:55:57 +0000 |
---|---|---|
committer | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2012-09-10 21:55:57 +0000 |
commit | 741436c0f81202fc92c68a1a8793e47cbffbb89a (patch) | |
tree | f6741c0169beedda7a2077feea00422006f30373 /doc | |
parent | 55c19efa9e6cd94f43304624a9f56f4f89680e81 (diff) |
Update docs about rrdflot_defaults
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib/rrdFlot_js.html | 3 |
1 files changed, 2 insertions, 1 deletions
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> |