mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
#11282 Fixed basic chart
This commit is contained in:
parent
efd2adac06
commit
466e44681d
@ -1975,6 +1975,7 @@ function pandoraFlotArea(
|
|||||||
!(type == 1 && /percentil/.test(index) == true) &&
|
!(type == 1 && /percentil/.test(index) == true) &&
|
||||||
!(type == 3 && /percentil/.test(index) == true)
|
!(type == 3 && /percentil/.test(index) == true)
|
||||||
) {
|
) {
|
||||||
|
if (color[index] !== null) {
|
||||||
data_base.push({
|
data_base.push({
|
||||||
id: "serie_" + i,
|
id: "serie_" + i,
|
||||||
data: value.data,
|
data: value.data,
|
||||||
@ -1996,6 +1997,7 @@ function pandoraFlotArea(
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
i++;
|
i++;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user