It wasn’t obvious to me at first how to add an image to a dashboard. Turns out to be very simple, but thought I’d note it here in case anyone else is unsure.
You achieve it by using the Add Text widget; because it accepts Markdown, you can embed videos and images to it.
Your image needs to be ‘hosted’ somewhere (eg GitHub repo), but then in your Text widget, just add the URL
![Description of your Image](https://github.com/your_repo/image.png?raw=true "Title")
@HolisticsTeam, would be good to add some formatting options to the Text Widget box to make it clearer what can & can’t be added, or just to make it a bit easier for those unfamiliar with Markdown
That’s handy - I think I’ve got a product image API I can call via a URL endpoint, so I should be able to dynamically create the URL in the query results.
Here we go - dynamically building the URL to pull product images from our client’s product catalogue, and creating it as its own dimension in the dataset.
I actually added it twice, once for ‘full size’ and once for ‘thumbnail’, allowing the user to pick between them
Is there a way to set the default format to HTML though?
I’ve tried setting format: 'html' in the dimension, but still defaults to String. Not the end of the world, but be useful if it could default to html so save the user having to set it each time.
Hi david, could you please guide the steps for this. I have product image in my website. How can ifetch those against the category that i chose in a table