dosubot[bot] commented on issue #33178: URL: https://github.com/apache/superset/issues/33178#issuecomment-2814752641
<!-- Answer --> I found some similar discussions that might be relevant to your issue with filters not hiding in the embedded dashboard: 1. [Unexpected JSON error when embedding](https://github.com/apache/superset/discussions/32281) - This discussion is still open and might provide insights into embedding issues. 2. [Hide filter using filter name on embedded dashboards feature](https://github.com/apache/superset/discussions/30929) - This is another open discussion that might be related to your problem. 3. [Embedded dashboard charts "Applied Filter" not visible](https://github.com/apache/superset/discussions/30375) - This discussion is also open and could be relevant. Regarding your issue, ensure that the `filters` property in the `dashboardUiConfig` is correctly set to control the visibility and expansion state of filters. The `filters` configuration should work as intended to hide filters when set to `{ visible: false, expanded: false }` <sup>[[1]](https://github.com/apache/superset/blob/master/superset-embedded-sdk/src/index.ts)</sup>. If the filters are still not hiding, it might be worth checking if there are any recent changes or updates in the Superset codebase that could affect this functionality <sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/CHANGELOG.md)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/c6e3fe26-bf13-4cc9-b953-a3f29f677a5e?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/c6e3fe26-bf13-4cc9-b953-a3f29f677a5e?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/c6e3fe26-bf13-4cc9-b953-a3f29f677a5e?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/c6e3fe26-bf13-4cc9-b953-a3f29f677a5e?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/c6e3fe26-bf13-4cc9-b953-a3f29f677a5e?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/c6e3fe26-bf13-4cc9-b953-a3f29f677a5e?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/c6e3fe26-bf13-4cc9-b953-a3f29f677a5e?feedback_type=other)</sup> -- 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]
