From ef08b9cd2b6efefd67272178b2c214f723321bd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 7 Dec 2018 13:07:08 +0100 Subject: [PATCH] graphInterval needs to update after query execution, fixes #14364 --- public/app/features/explore/Explore.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/explore/Explore.tsx b/public/app/features/explore/Explore.tsx index fb2f6759111..b9b59591bff 100644 --- a/public/app/features/explore/Explore.tsx +++ b/public/app/features/explore/Explore.tsx @@ -654,6 +654,7 @@ export class Explore extends React.PureComponent { ...results, queryTransactions: nextQueryTransactions, showingStartPage: false, + graphInterval: queryOptions.intervalMs, }; });