diff options
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 |