From 924535c6d0904cfc38facb5e24999f61261d7433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 7 Dec 2016 15:27:20 +0100 Subject: [PATCH] change(graph): changed null value graph option to default to null, closes #6868 --- public/app/plugins/panel/graph/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/panel/graph/module.ts b/public/app/plugins/panel/graph/module.ts index 12639a2fd6d..d86212d33e6 100644 --- a/public/app/plugins/panel/graph/module.ts +++ b/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