Hello Dojo,
I have a dashboard with multiple State components and would like to apply conditional coloring to them depending on their values.
The components are filled with a single row of data, retrieved via a GQI query, and then filtered out so each component only shows a single cell of data so the data can be viewed vertically instead of horizontally.
From the documentation, it seems like only the Table component allows for this feature.
Hi, the state does not yet support conditional coloring. But perhaps the grid visualization is a better fit for your usecase.
With its templates you can apply conditional color and much more. You might even want to consider to remove the filters again and have one single grid visualization take care of all states.