codeant-ai-for-open-source[bot] commented on PR #38762:
URL: https://github.com/apache/superset/pull/38762#issuecomment-4098304816
## **Sequence Diagram**
This PR changes cross filter targeting from tab scoped behavior to dashboard
wide behavior. When a user selects a cross filter in one chart, the system now
applies it to all other charts across all tabs.
```mermaid
sequenceDiagram
participant User
participant Dashboard
participant CrossFilterConfig
participant RelatedCharts
participant Charts
User->>Dashboard: Select cross filter on source chart
Dashboard->>CrossFilterConfig: Build charts in scope for source chart
CrossFilterConfig-->>Dashboard: Return all chart ids except source
Dashboard->>RelatedCharts: Resolve related charts for update
RelatedCharts-->>Dashboard: Return all slices except source
Dashboard->>Charts: Apply filter to target charts across tabs
Charts-->>User: Updated visualizations in all tabs
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]