Commit a89e21c5 by Torkel Ödegaard Committed by GitHub

Merge pull request #14386 from grafana/explore-fix-interval-update

Explore: graphInterval needs to update after query execution 
parents 140205a7 ef08b9cd
...@@ -654,6 +654,7 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> { ...@@ -654,6 +654,7 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
...results, ...results,
queryTransactions: nextQueryTransactions, queryTransactions: nextQueryTransactions,
showingStartPage: false, showingStartPage: false,
graphInterval: queryOptions.intervalMs,
}; };
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment