Commit 6d11999e by Torkel Ödegaard Committed by GitHub

Merge pull request #15367 from grafana/gauge-max-value

Fix issue with Max value in Gauge
parents 18615a33 c332e106
...@@ -935,16 +935,7 @@ ...@@ -935,16 +935,7 @@
} }
}, },
values: [ values: [
{
value: 50,
color: "lightgreen"
}, {
value: 80,
color: "yellow"
}, {
value: 100,
color: "red"
}
] ]
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment