GitHub user dosubot[bot] added a comment to the discussion: Filters are not hiding in embedding.
<!-- Answer --> To hide filters when embedding a dashboard in Superset, you should set the `filters.visible` property to `false` in the `dashboardUiConfig`, which you have already done. However, if the filters are still not hiding, you might want to check for any additional CSS that could be affecting the visibility of the filters. Additionally, you can try adding the following CSS to your Superset dashboard's custom CSS settings to ensure that the filter indicator is hidden: ```css .FilterItem { display: none; } ``` This CSS will hide the filter indicator displayed on top of all charts while keeping the vertical ellipses visible <sup>[[1]](https://github.com/apache/superset/blob/master/superset-embedded-sdk/README.md)</sup><sup>[[2]](https://github.com/apache/superset/discussions/31456)</sup>. If the issue persists, you might want to check if there are any recent updates or changes in the Superset codebase that could affect the behavior of the 'filters' configuration, as there might be known issues or limitations with the 'filters' visibility settings in the Superset embedding API. <!-- 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/8f007016-ac34-4c6e-904f-cac4bfcac8ef?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/8f007016-ac34-4c6e-904f-cac4bfcac8ef?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/8f007016-ac34-4c6e-904f-cac4bfcac8ef?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/8f007016-ac34-4c6e-904f-cac4bfcac8ef?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/8f007016-ac34-4c6e-904f-cac4bfcac8ef?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/8f007016-ac34-4c6e-904f-cac4bfcac8ef?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/8f007016-ac34-4c6e-904f-cac4bfcac8ef?feedback_type=other)</sup> GitHub link: https://github.com/apache/superset/discussions/33177#discussioncomment-12875194 ---- This is an automatically sent email for notifications@superset.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@superset.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org