mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
change(graph): changed null value graph option to default to null, closes #6868
This commit is contained in:
parent
2bdd2a59cb
commit
924535c6d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user