Colorize Columns in a Table when value 1 is different to value 2

  • Grafana 8.1 Windows 10 InfluxDB

  • i’m searching a way to colorize the culumns where are differences between the values.
    maybe there is a possibility in the query.

Hi @timoemde

If I understand correctly from your screenshot, then you want to colorize a cell in row number x when the previous row (x - 1) holds a different value. Is that correct?

In general, you can use value mapping to colorize cells based on regex or hard-coded values, but performing an evaluation like you propose probably involves too much flow control to work.

That said, you could very easily colorize every cell in field/column Kühl K01 where the value is < 200, etc etc. So that is always a possibility.