mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch '1167-Fallo_en_exportacion_a_CSV_de_Custom_Graphs_rev' into 'develop'
fixed error export csv custom graph See merge request !732
This commit is contained in:
commit
139332108d
@ -34,9 +34,9 @@
|
||||
}
|
||||
if (dataObjects.length > 1) {
|
||||
dataObjects.forEach(function (element) {
|
||||
if (/^Avg.:/i.test(element.label))
|
||||
if (/Avg.:/i.test(element.label))
|
||||
result = element;
|
||||
if (/^Percentil/i.test(element.label))
|
||||
if (/Percentil/i.test(element.label))
|
||||
result = element;
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user