From cf222313521e30a5b337bf7fc4223176148da73b Mon Sep 17 00:00:00 2001 From: Frank Wuerthwein Date: Fri, 20 Feb 2009 03:30:54 +0000 Subject: Rename rrdRRA2FlotSeries into rrdRRA2FlotObj --- src/lib/rrdFlotSupport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/rrdFlotSupport.js') diff --git a/src/lib/rrdFlotSupport.js b/src/lib/rrdFlotSupport.js index 57919cf..556f0a4 100644 --- a/src/lib/rrdFlotSupport.js +++ b/src/lib/rrdFlotSupport.js @@ -47,7 +47,7 @@ function rrdDS2FlotSeries(rrd_file,ds_id,rra_idx,want_label) { // return an object with an array containing Flot elements, one per DS // mina and max are also returned -function rrdRRA2FlotSeries(rrd_file,rra_idx,ds_list,want_ds_labels) { +function rrdRRA2FlotObj(rrd_file,rra_idx,ds_list,want_ds_labels) { var rra=rrd_file.getRRA(rra_idx); var rra_rows=rra.getNrRows(); var last_update=rrd_file.getLastUpdate(); -- cgit v1.2.3-54-g00ecf