From 78433032abe35a7bbc1b6e1d2052b87b1c51c997 Mon Sep 17 00:00:00 2001 From: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Date: Thu, 28 Jan 2021 13:58:02 +0100 Subject: [PATCH] Use connected GraphNG in Explore (#30707) --- public/app/features/explore/ExploreGraphNGPanel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/explore/ExploreGraphNGPanel.tsx b/public/app/features/explore/ExploreGraphNGPanel.tsx index f914d22ffa7..7c9ac428af1 100644 --- a/public/app/features/explore/ExploreGraphNGPanel.tsx +++ b/public/app/features/explore/ExploreGraphNGPanel.tsx @@ -65,6 +65,7 @@ export function ExploreGraphNGPanel({ drawStyle: DrawStyle.Line, fillOpacity: 0, pointSize: 5, + spanNulls: true, }, }, overrides: [],