diff --git a/public/app/plugins/panel/status-grid/StatusGridPanel.tsx b/public/app/plugins/panel/status-grid/StatusGridPanel.tsx index 54d3bfdc0da..df3ec2da79b 100755 --- a/public/app/plugins/panel/status-grid/StatusGridPanel.tsx +++ b/public/app/plugins/panel/status-grid/StatusGridPanel.tsx @@ -38,6 +38,18 @@ export const StatusGridPanel: React.FC = ({ ); } + // Status grid requires some space between values + if (frames[0].length > width / 2) { + return ( +
+

+ Too many points to visualize properly.
+ Update the query to return fewer points.
({frames[0].length} points recieved) +

+
+ ); + } + return (