I’m trying to do something like this:
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?