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 20a2aa844f..18592b05c3 100644 --- a/pandora_console/include/graphs/flot/jquery.flot.exportdata.pandora.js +++ b/pandora_console/include/graphs/flot/jquery.flot.exportdata.pandora.js @@ -34,10 +34,7 @@ } if (dataObjects.length > 1) { dataObjects.forEach(function (element) { - if (/Avg.:/i.test(element.label)) - result = element; - if (/Percentil/i.test(element.label)) - result = element; + result = element; }); // If the avg set is missing, retrieve the first set