Add an image into Superset dashboard #30902
SumitKShepHertz
started this conversation in
Ideas
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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