Disabling emit cross-filters for a single chart #29907
Unanswered
Aalbedon
asked this question in
Q&A / Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone have an idea on how to disable the cross-filter behavior for a single chart?
I'm trying to disable the emit cross-filter behavior for the Table chart type.
When emitting cross-filters behavior is enabled on the Table chart type, it registers a click in a cell as an action to select/highlight that cell.
When emitting cross-filters is disabled a click inside a cell does not register as an action/interaction.
The problem is, now it's only possible to disable cross-filtering at the dashboard level, not at the chart level.
Which disables it for all other charts on the dashboard too.
Prior to 3.0.0 chart types that supported the emitting of cross-filters had an actual checkbox for that.
After the feature-flag was deprecated, this checkbox option disappeared.
Not sure why this was done, as it actually removed functionality.
Dashboard cross-filter scoping doesn't allow you to configure which charts you DON'T want to emit, just the ones you don't want to send cross-filters to.
If disabling emitting cross-filters for a single chart is not possible at all, I will raise a SIP to reinstate the Emit Cross-filter checkbox in chart types that support it.
Beta Was this translation helpful? Give feedback.
All reactions