From bf680acae51df49d12a5c4c2daa81fc0cb8e5b20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 26 Oct 2017 11:57:48 +0200 Subject: [PATCH] ux: updated singlestat default colors --- public/app/plugins/panel/singlestat/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/panel/singlestat/module.ts b/public/app/plugins/panel/singlestat/module.ts index 5879b2d720a..05b8f9323cf 100644 --- a/public/app/plugins/panel/singlestat/module.ts +++ b/public/app/plugins/panel/singlestat/module.ts @@ -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,