Change agent details graph color
This commit is contained in:
parent
b33157885d
commit
0f50d40104
|
@ -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';
|
||||||
|
|
Loading…
Reference in New Issue