Browse Source

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

Torkel Ödegaard 9 years ago
parent
commit
924535c6d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/plugins/panel/graph/module.ts

+ 1 - 1
public/app/plugins/panel/graph/module.ts

@@ -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