mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Fixed problems with export data in csv on graphs when have percentil active. Gitlab: #358
This commit is contained in:
parent
9bdfc386f3
commit
8050f063cb
@ -36,6 +36,8 @@
|
|||||||
dataObjects.forEach(function (element) {
|
dataObjects.forEach(function (element) {
|
||||||
if (/^Avg.:/i.test(element.label))
|
if (/^Avg.:/i.test(element.label))
|
||||||
result = element;
|
result = element;
|
||||||
|
if (/^Percentil/i.test(element.label))
|
||||||
|
result = element;
|
||||||
});
|
});
|
||||||
|
|
||||||
// If the avg set is missing, retrieve the first set
|
// If the avg set is missing, retrieve the first set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user