From b22ecf33f13b06115531a1a6eee539737138893f Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 28 Jan 2021 07:55:35 -0600 Subject: [PATCH] Use connected GraphNG in Explore (#30707) (#30708) (cherry picked from commit 78433032abe35a7bbc1b6e1d2052b87b1c51c997) Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> --- 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: [],