From 61a08c510a7e81ce9e26342f54273e916f53d13c Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Wed, 19 Oct 2016 13:47:58 +0200 Subject: [PATCH] Fixed problems with graphs and colors of this graphs --- pandora_console/include/graphs/flot/pandora.flot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/graphs/flot/pandora.flot.js b/pandora_console/include/graphs/flot/pandora.flot.js index f046f0c3b2..ee8f1daac8 100644 --- a/pandora_console/include/graphs/flot/pandora.flot.js +++ b/pandora_console/include/graphs/flot/pandora.flot.js @@ -980,9 +980,9 @@ function pandoraFlotArea(graph_id, values, labels, labels_long, legend, //threshold: [{ below: 80, color: "rgb(200, 20, 30)" } , { below: 65, color: "rgb(30, 200, 30)" }, { below: 50, color: "rgb(30, 200, 30)" }], lines: { show: line_show, - fill: 0.4, + fill: filled, fillColor: { - colors: [ { opacity: 0.3 }, { opacity: 0.7 } ] + colors: [ { opacity: 0.5 }, { opacity: 1 } ] }, lineWidth: lineWidth, steps: steps_chart