From b202256cd18bb7051eede89b5e610af592a51412 Mon Sep 17 00:00:00 2001
From: Igor Sfiligoi The rrdFlotSupport Javascript module
implements a set of commonly used functions an classes that may be used while plotting
RRD files with
- Flot.
data
A list of datapoints suitable to be fed to Flot. Each element is a (Timestamp in ms, value) pair.
+
A list of datapoints suitable to be fed to Flot. Each element is a (Timestamp in ms, value) pair.
An example of use with Flot:
var fd=rrdDS2FlotSeries(...); @@ -249,7 +249,7 @@ The output is an object containing:data
A list of objects suitable to be fed to Flot. Each element is an object composed of two attributes:
A list of objects suitable to be fed to Flot. Each element is an object composed of two attributes:
An example of use with Flot:
@@ -397,7 +397,7 @@ The output is an object containing:
data
A list of objects suitable to be fed to Flot. Each element is an object composed of two attributes:
A list of objects suitable to be fed to Flot. Each element is an object composed of two attributes:
An example of use with Flot:
@@ -527,7 +527,7 @@ The output is an object containing:
data
A list of objects suitable to be fed to Flot. Each element is an object composed of two attributes:
A list of objects suitable to be fed to Flot. Each element is an object composed of two attributes:
An example of use with Flot:
@@ -555,7 +555,7 @@ var plot = $.plot("#myplot", fd.data, options);
Helper class to handle Flot selections. +
Helper class to handle Flot selections.
Set the selection to ranges.xaxis. See plotselected - Flot + Flot event for more info on ranges. (isSet() will return True, and getFlotRanges() can now be called.) |
@@ -604,7 +604,7 @@ var plot = $.plot("#myplot", fd.data, options);
Return a ranges object. See plotselected - Flot + Flot event for more info on ranges. |
--
cgit v1.2.3-2-g168b