I want to put a gif on a graph when I reach a goal...
# gd-beginners
t
I want to put a gif on a graph when I reach a goal, how could I do this in good data?
f
Hi Tomas, this is an interesting question. It’s definitely possible to add images to a dashboard, but the tricky part is having this image be triggered by a condition (in this case, reaching a goal). The Repeater Chart has the capability of displaying images from URLs; You might be able to create a metric that uses Number Formatting to make it so any result larger than X would instead display an image URL; It would be necessary to set up a column in the data source with those URLs, and mark this label as an Image (the main article about Repeater explains this in more detail), but it could work. Wouldn’t look very elegant, though. Another option is to use the Rich Text widget to add an image via a link to a dashboard. That can’t be linked to any conditions, though, but still allows you to put GIFs in dashboards. Ultimately, I would say that we don’t really support this out-of-the-box, but if you’re creative and resourceful you’d definitely find a way to get to a similar result! 🙂