Mayankaggarwal8055 opened a new pull request, #38762:
URL: https://github.com/apache/superset/pull/38762

   ### SUMMARY
   
   Cross-filtering in dashboards was limited to charts within the same tab, 
preventing filters from propagating across tabs.
   
   ### PROBLEM
   
   * Cross-filters only applied to charts within the same tab
   * Charts in other tabs did not update automatically
   * Users had to manually reapply filters
   
   ### SOLUTION
   
   * Removed tab-based scope restriction in cross-filter configuration
   * Updated related charts resolution to include all charts in the dashboard
   * Ensured filters propagate globally across tabs
   
   ### RESULT
   
   * Selecting a filter in one tab updates charts in other tabs automatically
   * Improves usability and consistency of cross-filtering behavior
   
   ### TESTING
   
   * Applied filter in Tab 1
   * Switched to Tab 2
   * Verified charts update automatically
   
   ### IMPACT
   
   * Frontend-only change
   * No backend or API changes
   * No breaking changes expected
   


-- 
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]

Reply via email to