diff --git a/pandora_console/include/graphs/flot/jquery.flot.exportdata.pandora.js b/pandora_console/include/graphs/flot/jquery.flot.exportdata.pandora.js index 5bc3ef32b1..0b745d8ff5 100644 --- a/pandora_console/include/graphs/flot/jquery.flot.exportdata.pandora.js +++ b/pandora_console/include/graphs/flot/jquery.flot.exportdata.pandora.js @@ -159,10 +159,9 @@ if (custom_graph) { dataObject = retrieveDataOject(dataObjects,0); - //dataObjects.forEach(function (element) { - //elements.push(processDataObject(element)); - //}); - elements.push(processDataObject(dataObject)); + dataObjects.forEach(function (element) { + elements.push(processDataObject(element)); + }); graphData = elements; } else {