shubhshah01 opened a new issue, #30374: URL: https://github.com/apache/superset/issues/30374
### Bug description So for embedded dashboards, If we apply a filter there is no indication of Applied Filter on each chart unless the hideChartControls is set to false in dashboardUiConfig parameter passed to superset embedding sdk.\ But i don't want to show chart controls, I just want to display what filters are applied on the charts. Is there a way to do it ?  ### How to reproduce the bug 1. Embed a dashboard with below dashboardUiConfig ```js { hideTab: true, hideTitle: true, hideChartControls: true, filters: { visible: false, expanded: false, } } ``` 2. Go to dashboard. 3. Apply some filter 4. The charts in the scope of that filter will have no indication of what filters are applied. ### Screenshots/recordings _No response_ ### Superset version 4.0.2 ### Python version I don't know ### Node version I don't know ### Browser Chrome ### Additional context _No response_ ### 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]
