mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux: updated singlestat default colors
This commit is contained in:
parent
74fcb2494a
commit
bf680acae5
@ -66,7 +66,7 @@ class SingleStatCtrl extends MetricsPanelCtrl {
|
||||
thresholds: '',
|
||||
colorBackground: false,
|
||||
colorValue: false,
|
||||
colors: ["rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)"],
|
||||
colors: ["#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a"],
|
||||
sparkline: {
|
||||
show: false,
|
||||
full: false,
|
||||
|
Loading…
Reference in New Issue
Block a user