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

View File

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