mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
change(graph): changed null value graph option to default to null, closes #6868
This commit is contained in:
@@ -88,7 +88,7 @@ class GraphCtrl extends MetricsPanelCtrl {
|
||||
avg: false
|
||||
},
|
||||
// how null points should be handled
|
||||
nullPointMode : 'connected',
|
||||
nullPointMode : 'null',
|
||||
// staircase line mode
|
||||
steppedLine: false,
|
||||
// tooltip options
|
||||
|
||||
Reference in New Issue
Block a user