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

Fix issue with Max value in Gauge
This commit is contained in:
Torkel Ödegaard 2019-02-11 16:50:42 +01:00 committed by GitHub
commit 6d11999e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -935,16 +935,7 @@
}
},
values: [
{
value: 50,
color: "lightgreen"
}, {
value: 80,
color: "yellow"
}, {
value: 100,
color: "red"
}
]
}
}