I am running a query and it provides me the following result (as an example)
**ENV VALUE**
env1 1234
env2 2345
env3 1234
env4 2345
Is there a way I can color code the lines that are same, meaning, i would like in my panel to show a color for the lines
env1 1234
env3 1234
and some other color for lines
env2 2345
env4 2345
,
Basically, i am trying to do a color coding scheme so in my dashboard if my panel has different colors its an alarm for me that something is different. Ideally, i shud have the same value for all the lines, meaning all the VALUE should be 1234 for different ENV
↧