diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/rrdFlotSupport.js | 2 |
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();
|