Merge branch 'ent-11282-dashboard-widget-de-grafica-simple-no-funciona-en-un-sistema-anterior-a-la-771-es-decir' into 'develop'

Ent 11282 dashboard widget de grafica simple no funciona en un sistema anterior a la 771 es decir

See merge request artica/pandorafms!5929
This commit is contained in:
Rafael Ameijeiras 2023-05-31 11:16:50 +00:00
commit 108c72357a

View File

@ -1975,6 +1975,7 @@ function pandoraFlotArea(
!(type == 1 && /percentil/.test(index) == true) &&
!(type == 3 && /percentil/.test(index) == true)
) {
if (color[index] !== null) {
data_base.push({
id: "serie_" + i,
data: value.data,
@ -1996,6 +1997,7 @@ function pandoraFlotArea(
});
}
}
}
i++;
});