mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed problems with graphs and colors of this graphs
(cherry picked from commit 61a08c510a7e81ce9e26342f54273e916f53d13c)
This commit is contained in:
parent
02a9e2ffcd
commit
f8933ea416
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user