How do I change the color of a panel (table)

I have created a table with two columns. How can I change the color of the text or values, but I need to change the background color of the entire panel. How can I do that?

Hey - couple questions:

  • What kind of data is in each column?

  • Are you trying to change the colour of the cell, or the entire table? The latter I don’t believe is possible…

This doc might help - Table | Grafana documentation colored text/background

Thanks for replay

  1. 1st column string. 2nd column int
  2. I need to change color of whole pannel, Aprt from dark and light theme option. I need to change something like Red pannel
    Let me check doc


if you want to changed specific colum| field use add field Add field override

and map the value or use threshold …

Thanks for the reply @infofcc3
My requirement is.
According to the shared screenshot, the panel value is 406 in red colour. And the panel colour is black. Now I want to make the panel colour to red and the value 406 colour to black

ok you want panel colour to red then just change the Base color white to red
and value mapping false to black.
if not clear please provide the table view screenshort and explain with example.

see this plugin that might do what you want dynamically

1 Like