Commit 924535c6 by Torkel Ödegaard

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

parent 2bdd2a59
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment