Change agent details graph color

This commit is contained in:
enriquecd 2017-01-12 11:40:56 +01:00
parent b33157885d
commit 0f50d40104
1 changed files with 1 additions and 1 deletions

View File

@ -945,7 +945,7 @@ function pandoraFlotArea(graph_id, values, labels, labels_long, legend,
serie_color = colors[i]; serie_color = colors[i];
} }
else { else {
serie_color = null; serie_color = '#8c2';
} }
var normalw = '#efe'; var normalw = '#efe';