summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Wuerthwein <fkw@ucsd.edu>2009-02-20 03:30:54 +0000
committerFrank Wuerthwein <fkw@ucsd.edu>2009-02-20 03:30:54 +0000
commitcf222313521e30a5b337bf7fc4223176148da73b (patch)
tree1fcfcbad5be3cf75f85a6f9376ecbd817649f2ec
parent2ea3d1225e4aec40c8cd9131a33048c9ba049fc4 (diff)
Rename rrdRRA2FlotSeries into rrdRRA2FlotObj
-rw-r--r--src/lib/rrdFlotSupport.js2
1 files changed, 1 insertions, 1 deletions
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();