Let's say I have a dataset with three dimensions: X, A, and B.
I want to prevent X from being filtered by brush events in A or B. However, I still want to filter A or B by any dimension, including X.
That is,
X -> A
X -> B
A <-> B
Is there a way to make X one-way or read-only?