From 74c5015648ca4cd1f8b9579144be3208cc2be545 Mon Sep 17 00:00:00 2001 From: carl bergquist Date: Tue, 21 Apr 2015 08:30:49 +0200 Subject: [PATCH] Change default values for linewidth and fill. --- public/app/panels/graph/module.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/panels/graph/module.js b/public/app/panels/graph/module.js index 4fd56fb69b4..b9fff58f670 100644 --- a/public/app/panels/graph/module.js +++ b/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