From 5d87c596a769fd4a96d53365320c172d18e884ae Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 30 Mar 2021 11:58:55 +0100 Subject: [PATCH] Set spanNulls to default (#32471) (#32486) (cherry picked from commit cfc753763212477b3d6502de5299e9997d602049) Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> --- public/app/features/explore/ExploreGraphNGPanel.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/features/explore/ExploreGraphNGPanel.tsx b/public/app/features/explore/ExploreGraphNGPanel.tsx index 858528d7acc..b57c565dbe1 100644 --- a/public/app/features/explore/ExploreGraphNGPanel.tsx +++ b/public/app/features/explore/ExploreGraphNGPanel.tsx @@ -65,7 +65,6 @@ export function ExploreGraphNGPanel({ drawStyle: DrawStyle.Line, fillOpacity: 0, pointSize: 5, - spanNulls: true, }, }, overrides: [],