소스 검색

Change default values for linewidth and fill.

carl bergquist 10 년 전
부모
커밋
74c5015648
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      public/app/panels/graph/module.js

+ 2 - 2
public/app/panels/graph/module.js

@@ -67,9 +67,9 @@ function (angular, app, $, _, kbn, moment, TimeSeries, PanelMeta) {
       // show/hide lines
       lines         : true,
       // fill factor
-      fill          : 0,
+      fill          : 1,
       // line width in pixels
-      linewidth     : 1,
+      linewidth     : 2,
       // show hide points
       points        : false,
       // point radius in pixels