diff options
author | alisonjm <alisonjm> | 2011-06-08 21:31:15 +0000 |
---|---|---|
committer | alisonjm <alisonjm> | 2011-06-08 21:31:15 +0000 |
commit | b35cae3c5f573bff4f1a6b454993e9f1370d6f57 (patch) | |
tree | 72860bcc21257b9125f2621210fbabcb069f5bdd /src/examples | |
parent | 6ee3a96169636a2524d758d1c0a93dfe6fb3d02a (diff) |
Commiting in case I changed something and forgot about it.
Diffstat (limited to 'src/examples')
-rw-r--r-- | src/examples/rrdJFlot.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/examples/rrdJFlot.html b/src/examples/rrdJFlot.html index 9dc67c6..1e240db 100644 --- a/src/examples/rrdJFlot.html +++ b/src/examples/rrdJFlot.html @@ -73,10 +73,12 @@ lines: { show: true, fill: true} }, 'Running':{color: "#000000",yaxis:2}}; + + // the rrdFlot object creates and handles the graph var f=new rrdFlot("mygraph",rrd_data,graph_opts,ds_graph_opts); } - + // This is the callback function that, // given a binary file object, // verifies that it is a valid RRD archive |