I am using the Grafana Table Panel to display data with multiple columns and rows. My requirement is to dynamically highlight the cell with the maximum value in each column with a green background.
For example, in the table below:
In the 00 Hours
column, 2200 is the maximum value, so that cell should have a green background. Similarly, for other columns, the max value cell should automatically change color.
Is there a way to achieve this using Thresholds or Field Overrides in Grafana? If not, is there any workaround or plugin that supports this functionality?
Any guidance would be appreciated. Thanks!