change(graph): changed null value graph option to default to null, closes #6868

This commit is contained in:
Torkel Ödegaard 2016-12-07 15:27:20 +01:00
parent 2bdd2a59cb
commit 924535c6d0

View File

@ -88,7 +88,7 @@ class GraphCtrl extends MetricsPanelCtrl {
avg: false avg: false
}, },
// how null points should be handled // how null points should be handled
nullPointMode : 'connected', nullPointMode : 'null',
// staircase line mode // staircase line mode
steppedLine: false, steppedLine: false,
// tooltip options // tooltip options