mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #15367 from grafana/gauge-max-value
Fix issue with Max value in Gauge
This commit is contained in:
commit
6d11999e20
11
public/vendor/flot/jquery.flot.gauge.js
vendored
11
public/vendor/flot/jquery.flot.gauge.js
vendored
@ -935,16 +935,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
values: [
|
values: [
|
||||||
{
|
|
||||||
value: 50,
|
|
||||||
color: "lightgreen"
|
|
||||||
}, {
|
|
||||||
value: 80,
|
|
||||||
color: "yellow"
|
|
||||||
}, {
|
|
||||||
value: 100,
|
|
||||||
color: "red"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user