Hello, can you help me solve this problem? I want to color more than one column like in this demo https://play.grafana.org/d/Fc6gwV4nz/transforms-config-from-query?orgId=1&viewPanel=6. The example I want is that the value1 and value2 columns will be colored according to color1 and color2.
-----------------------------------
Value1 | Color1 | Value2 | Color2 |
-----------------------------------
OK | green | NOK | red |
-----------------------------------
NOK | red | OK | green |