Add an image into Superset dashboard #30902
Replies: 2 comments
-
Hey @SumitKShepHertz! I'm here to help you out with any bugs, questions, or contributions you have. Let's tackle this image upload together! 👋 You can embed static images in an Apache Superset dashboard using Markdown components. Here's an example of how you can do it with an HTML MARKDOWN--example:
children: []
id: MARKDOWN--example
meta:
code: <img src="https://your-image-url.com/image.png" alt="Description of image">
height: 100
width: 100
parents:
- ROOT_ID
- GRID_ID
- ROW-example
- COLUMN-example
type: MARKDOWN Replace |
Beta Was this translation helpful? Give feedback.
-
Give this a try: https://docs.preset.io/docs/dashboard-customization#adding-images-to-dashboards Unfortunately, you'll have to upload the image file somewhere in prior. |
Beta Was this translation helpful? Give feedback.
-
We are trying to upload an image into our dashboard but for the life of us we are not able to do it. Adding a png image to a dashboard should be easy and straightforward.
Beta Was this translation helpful? Give feedback.
All reactions