Skip to content
Snippets Groups Projects
Unverified Commit 793f8180 authored by github-automation-metabase's avatar github-automation-metabase Committed by GitHub
Browse files

docs - notes on transparent embeds (#50377) (#50578)

parent 3bce97fb
No related branches found
No related tags found
No related merge requests found
......@@ -180,14 +180,15 @@ your_embedding_url#theme=night&bordered=false&titled=true
You can preview appearance settings from your question or dashboard's embedded appearance settings.
| Parameter name | Possible values |
| -------------------------- | --------------------------------------------- |
| `bordered` | true, false |
| `titled` | true, false |
| `theme` | null (default), night |
| `refresh` (dashboard only) | integer (seconds, e.g., `refresh=60`) |
| `font`\* | [font name](../configuring-metabase/fonts.md) |
| `downloads`\*\* | true, false |
| Parameter name | Possible values |
| -------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `background` | true (default), false. Dashboards only. |
| `bordered` | true (default), false. |
| `titled` | true (default), false. |
| `theme` | null (default), night. `theme=transparent` should work, but is deprecated (see [Transparent backgrounds](#transparent-backgrounds-for-embeds)) |
| `refresh` (dashboard only) | integer (seconds, e.g., `refresh=60`). |
| `font`\* | [font name](../configuring-metabase/fonts.md) |
| `downloads`\*\* | true (default), false. |
\* Avalable on [Pro](https://www.metabase.com/product/pro) and [Enterprise](https://www.metabase.com/product/enterprise) plans
......@@ -195,6 +196,13 @@ You can preview appearance settings from your question or dashboard's embedded a
For global appearance settings, such as the colors and fonts used across your entire Metabase instance, see [Customizing Metabase's appearance](../configuring-metabase/appearance.md).
## Transparent backgrounds for embeds
Making an embed transparent depends on the type of embed:
- Dashboards: set `background=false`. The `background` parameter can be combined with the `theme` parameter (e.g., `background=false&theme=night`).
- Questions: set `theme=transparent` (deprecated, but still supported).
## Disable downloads for an embedded question or dashboard
{% include plans-blockquote.html feature="Disabling downloads" %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment