I have a bar chart that is tracking system loop numbers and how many shutdowns happened during each loop. The panel is accomplishing that which is great, but I’d ideally like to remove the duplicate values. So, for example, instead of five “636” columns, is there a way to combine it into just one “636” column?
i think the issue might be that you are grouping by time interval, so 636 does appear in different time intervals. most probably do your influxql query to count by Shutdown Reason