From 652eb057cfdc7294bb7a77531f3c62925c10db03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 8 Nov 2016 20:54:26 +0100 Subject: [PATCH] change(graph): change default line width from 2 to 1 --- public/app/plugins/panel/graph/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/panel/graph/module.ts b/public/app/plugins/panel/graph/module.ts index c4b1bd89044..e546a33c30b 100644 --- a/public/app/plugins/panel/graph/module.ts +++ b/public/app/plugins/panel/graph/module.ts @@ -66,7 +66,7 @@ class GraphCtrl extends MetricsPanelCtrl { // fill factor fill : 1, // line width in pixels - linewidth : 2, + linewidth : 1, // show hide points points : false, // point radius in pixels