Fixed CSV custom graphs export

This commit is contained in:
Luis Calvo 2019-08-30 15:28:06 +02:00
parent 79298d0b8e
commit e4a69dc849
1 changed files with 3 additions and 4 deletions

View File

@ -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 {