I have a set of server applications which I want to track the status on the dashboard. Each application should have it's own square with a color associating with the status. My data looks like the below:
app_name | status | color
app1 | ok | 1
app2 | not ok | 3
app3 | warn | 2
The only way I found to create equal sized squares for each app was to use a treemap with a calculated field with a static value. But I can't find a way to change the color of the squares based on the 'color' column. I've attached an image of the dashboard I have so far in domo. Please advise. Thanks!