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

Fix issue with Max value in Gauge
pull/15371/head
Torkel Ödegaard 6 years ago committed by GitHub
commit 6d11999e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      public/vendor/flot/jquery.flot.gauge.js

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

Loading…
Cancel
Save