How to visualize binary with different value mappings?

I’m trying to do something like this:
image

The above example is visualizing numeric values and changing colors based on the threshold. I’ll be visualizing boolean. The data comes in as true/false. The difficult part is the value mapping. In the above example, A-series true will map to door open. B-series true will map to window open.

From what I’m seeing is the value mappings apply to the entire set. Meaning I can either have door open or window open.

How do I do this?

@traderjoe this is possible. You can set overrides per query, including value mappings. Check out this dashboard for an example:
https://play.grafana.org/goto/qjifRsA7k?orgId=1

1 Like