From 7a424b1dfc8faed56af4785b520857839a01f0f4 Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Thu, 7 Nov 2013 21:15:55 +0000 Subject: Async classes have additional arguments now --- src/examples/rrdJFlotFilterRRA.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/examples/rrdJFlotFilterRRA.html') diff --git a/src/examples/rrdJFlotFilterRRA.html b/src/examples/rrdJFlotFilterRRA.html index afa0bb3..78c659b 100644 --- a/src/examples/rrdJFlotFilterRRA.html +++ b/src/examples/rrdJFlotFilterRRA.html @@ -67,7 +67,7 @@ 1, [1,21600], // org(45mins), 6h 2, [2,86400], [2,259200], [2,604800]]; // org(8h), 24h, 3d, 1w - flot_obj=new rrdFlotAsync("mygraph",null,graph_opts,ds_graph_opts,null,null,rra_steps_list); + flot_obj=new rrdFlotAsync("mygraph",null,null,graph_opts,ds_graph_opts,null,null,rra_steps_list); // this function is invoked when the RRD file name changes function fname_update() { -- cgit v1.2.3-2-g168b