mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
change(graph): change default line width from 2 to 1
This commit is contained in:
parent
20d789cb94
commit
652eb057cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user