GustafHultgren opened a new issue, #41622: URL: https://github.com/apache/superset/issues/41622
### Bug description Cross filters are not applied properly on mixed time series charts. When clicking on a data point, no cross filter display is rendered at the top of the dashboard filter panel, but at the same time other charts in the same dashboard become empty due to a wrong cross filter value being applied. This happens regardless of plot types for the two plots. I reckon this is because the value for cross filter event handlers need the formatted column displayName and not the raw seriesName to resolve the filter value through the label map. Steps to reproduce: 1. Create an empty dashboard 2. Add the "Publishers with most titles" chart to the dashboard 3. Create a mixed time series chart using the same dataset "video_game_sales" 4. Click on a data point in the mixed time series chart Expected: A cross filter value display should appear in the filter panel. Also the "Publishers with most titles" should have the proper cross filter applied Actual: No cross filter value displayed and the "Publishers with most titles" chart becomes empty ### Screenshots/recordings Expected: <img width="1556" height="700" alt="Image" src="https://github.com/user-attachments/assets/77eddb5a-e85d-434d-bbd2-bc8018f3b817" /> Actual: <img width="1523" height="557" alt="Image" src="https://github.com/user-attachments/assets/6f6e13f8-0624-41f5-863b-0447cfdd6b6b" /> ### Superset version master / latest-dev ### Python version Not applicable ### Node version Not applicable ### Browser Chrome ### Additional context Related to issue https://github.com/apache/superset/issues/38870 ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
