GitHub user bahriddin added a comment to the discussion: Filter bar visibility setting on embedded dashboard
Ok, I wanted to hide filter bar and it worked for me: Set `standalone: 3` in your `urlParams`. Here is the [doc](https://github.com/apache/superset/blob/c131205ff1d1df46babedab56b20c5c728066c02/docs/docs/using-superset/creating-your-first-dashboard.mdx#customizing-dashboard): > The following URL parameters can be used to modify how the dashboard is > rendered: - `standalone`: - `0` (default): dashboard is displayed normally - `1`: Top Navigation is hidden - `2`: Top Navigation + title is hidden - `3`: Top Navigation + title + top level tabs are hidden - `show_filters`: - `0`: render dashboard without Filter Bar - `1` (default): render dashboard with Filter Bar if native filters are enabled - `expand_filters`: - (default): render dashboard with Filter Bar expanded if there are native filters - `0`: render dashboard with Filter Bar collapsed - `1`: render dashboard with Filter Bar expanded ------ I must say it must be a bug of Superset. GitHub link: https://github.com/apache/superset/discussions/29955#discussioncomment-13514714 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
