From f08fcb2a69d028a2a66922b4ab724ac1b55605f1 Mon Sep 17 00:00:00 2001 From: Frank Wuerthwein Date: Sat, 14 Mar 2009 21:31:23 +0000 Subject: rrdFlot --- doc/lib/rrdFlot_js.html | 104 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 doc/lib/rrdFlot_js.html diff --git a/doc/lib/rrdFlot_js.html b/doc/lib/rrdFlot_js.html new file mode 100644 index 0000000..75479ed --- /dev/null +++ b/doc/lib/rrdFlot_js.html @@ -0,0 +1,104 @@ + + + + + rrdFlot module + + + + + + + + +

rrdFlot module

+ + + + +
+
+

The rrdFlot Javascript + module implements a class used to represents a + RDD archive + as a Flot plot.

+
+
+

Overview

+

This module provide a single class: rrdFlot.

+

Given a +RRDFile object, this class +creates an interactive +Flot plot.

+ +

In order to use this module, you also need to include: +

+ +

Class rrdFlot

+

The rrdFlot constructor has three arguments:

+
+ + + + + + + + + + + + + + + + + + + + + + +
+

Argument

+
+

Description

+
+

html_id

+
+

ID of a HTML element, possibly a DIV.

+
+

rrd_file

+
+

An object of type RRDFile, or equivalent.

+
+

graph_options

+
+

Graphing options.

+

The default graphing options are: +

+  graph_options = {
+    legend: {position:"nw",noColumns:3},
+    yaxis: { autoscaleMargin: 0.20},
+  };
+

+
+
+

Once instatiated, the object will automatically dra the plot and handle user interaction.

+ + -- cgit v1.1-4-g5e80