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

This commit is contained in:
Torkel Ödegaard 2016-11-08 20:54:26 +01:00
parent 20d789cb94
commit 652eb057cf

View File

@ -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