diff --git a/pandora_console/include/graphs/flot/pandora.flot.js b/pandora_console/include/graphs/flot/pandora.flot.js index 64887605b9..3cc34074dd 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: filled, + fill: 0.2, fillColor: { - colors: [ { opacity: 0.9 }, { opacity: 0.9 } ] + colors: [ { opacity: 0.9 }, { opacity: 0.6 } ] }, lineWidth: lineWidth, steps: steps_chart diff --git a/pandora_console/include/graphs/functions_pchart.php b/pandora_console/include/graphs/functions_pchart.php index 404077768d..655f51d047 100644 --- a/pandora_console/include/graphs/functions_pchart.php +++ b/pandora_console/include/graphs/functions_pchart.php @@ -1009,7 +1009,7 @@ function pch_vertical_graph ($graph_type, $index, $data, $width, $height, /* Draw the chart */ $settings = array( - "ForceTransparency" => $ForceTransparency, + "ForceTransparency" => 20, "Gradient" => TRUE, "GradientMode" => GRADIENT_EFFECT_CAN, "DisplayValues" => $show_values,