Fixed problems with graphs and colors of this graphs

This commit is contained in:
m-lopez-f 2016-10-19 13:47:58 +02:00
parent a10b9cbc28
commit 61a08c510a
1 changed files with 2 additions and 2 deletions

View File

@ -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)" }], //threshold: [{ below: 80, color: "rgb(200, 20, 30)" } , { below: 65, color: "rgb(30, 200, 30)" }, { below: 50, color: "rgb(30, 200, 30)" }],
lines: { lines: {
show: line_show, show: line_show,
fill: 0.4, fill: filled,
fillColor: { fillColor: {
colors: [ { opacity: 0.3 }, { opacity: 0.7 } ] colors: [ { opacity: 0.5 }, { opacity: 1 } ]
}, },
lineWidth: lineWidth, lineWidth: lineWidth,
steps: steps_chart steps: steps_chart