Browse Source

change(graph): change default line width from 2 to 1

Torkel Ödegaard 9 years ago
parent
commit
652eb057cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/plugins/panel/graph/module.ts

+ 1 - 1
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