Merge branch '7-cambiar_color_de_grafica_de_acceso' into 'pandora_6.0'

Change agent details graph color

#7

See merge request !14
This commit is contained in:
vgilc 2017-01-13 10:01:20 +01:00 committed by Enrique Camargo
parent 102e5bfc69
commit 2dcc6db342
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];
}
else {
serie_color = null;
serie_color = '#8c2';
}
var normalw = '#efe';