Hi
I’m using selfhosted 11.5.2 Grafana community version. I’m trying to change color of no data/null cells in table, but with no success.
I have query that returns data from elasticsearch. As seen in table, when null/no data is returned, it shows simply as blank space. When inspecting the query response, there is in fact null response.
When using (Field override) - Standard Options - No Value
, i can change what will be shown, but i also need to change color of cell, because with just text change, the null/no data cell is hardly recognizable. But Field override - field with values - all nulls
, or value mapping
is not working for color change.