diff options
author | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2013-11-07 21:15:55 +0000 |
---|---|---|
committer | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2013-11-07 21:15:55 +0000 |
commit | 7a424b1dfc8faed56af4785b520857839a01f0f4 (patch) | |
tree | 0d1e00ee748bd1977dd5dba77bb28b85334ca774 /src/examples/rrdJFlot.html | |
parent | 8468a9354afda0a8d76d827bd8eaf3b318f92ddd (diff) |
Async classes have additional arguments now
Diffstat (limited to 'src/examples/rrdJFlot.html')
-rw-r--r-- | src/examples/rrdJFlot.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/rrdJFlot.html b/src/examples/rrdJFlot.html index 32dd9eb..9999785 100644 --- a/src/examples/rrdJFlot.html +++ b/src/examples/rrdJFlot.html @@ -57,7 +57,7 @@ lines: { show: true, fill: true} }, 'Running':{color: "#000000",yaxis:2}}; - flot_obj=new rrdFlotAsync("mygraph",null,graph_opts,ds_graph_opts); + flot_obj=new rrdFlotAsync("mygraph",null,null,graph_opts,ds_graph_opts); // this function is invoked when the RRD file name changes function fname_update() { |