diff --git a/public/app/features/dashboard/dashgrid/PanelChrome.tsx b/public/app/features/dashboard/dashgrid/PanelChrome.tsx index 6b9cf809f80..a55c05d23d2 100644 --- a/public/app/features/dashboard/dashgrid/PanelChrome.tsx +++ b/public/app/features/dashboard/dashgrid/PanelChrome.tsx @@ -209,6 +209,9 @@ export class PanelChrome extends PureComponent { cacheTimeout: panel.cacheTimeout, transformations: panel.transformations, }); + } else { + // The panel should render on refresh as well if it doesn't have a query, like clock panel + this.onRender(); } };