فهرست منبع

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

Torkel Ödegaard 9 سال پیش
والد
کامیت
652eb057cf
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 factor
     fill          : 1,
     fill          : 1,
     // line width in pixels
     // line width in pixels
-    linewidth     : 2,
+    linewidth     : 1,
     // show hide points
     // show hide points
     points        : false,
     points        : false,
     // point radius in pixels
     // point radius in pixels