blob: 202441e804044303452d98c423e667fc6cdc41ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<html>
<head>
<title>javascriptRRD examples</title>
</head>
<body>
<h1>javascriptRRD examples</h1>
Example Web pages:
<ul>
<li><a href="rrdHeaderInfo.html">Simple header information</a></li>
<li><a href="rrdContent.html">Raw RRD content</a></li>
<li><a href="rrdJFlot.html">RRD plotting with Flot</a></li>
<li><a href="rrdJFlotTwo.html">Plot the sum of 2 RRD files with Flot</a></li>
<li><a href="rrdMatrixFlot.html">Plot the stack of 3 RRD files with Flot</a></li>
<li><a href="rrdJFlotFilter.html">Filter DSs. Here, sum two DSs, and sum all of the DSs.</a></li>
<li><a href="rrdJFlotFilterRRA.html">Create new RRAs with longer steps, and time shift RRAs for timezones.</a></li>
<li><a href="rrdJFlotDefaults.html">Plot using all available rrdflot_defaults options</a></li>
</ul>
Details about the libraries can be found on the
<a href="../../doc/lib/index.html">libraries web page</a>.
<TABLE WIDTH=50% CELLPADDING=2 CELLSPACING=2>
<TR>
<TD>
<HR>
<P>The javascriptRRD package
is hosted at <A HREF="http://javascript.sourceforge.net/">http://javascript.sourceforge.net</A>.
<BR>It is licensed under the <A HREF="http://www.opensource.org/licenses/mit-license.php">MIT
license</A>.
</P>
<HR>
</TD>
</TR>
</TABLE>
</body>
</html>
|