Create or display shape dynamically

I have a background image I want to be able to put a marker on a specic place on depending on a value selected

The marker could simply be a small shape of a certain color, how can that be created in ud?

If it can be created can i have it created or displayed in a specific location on my background image thanks

It’s possible with CSS so you might be able to use something like UDStyle to do so.

Here’s a stack overflow post about it:

Honestly, it looks a little crazy. :crazy_face: But it just might work. You can use New-UDElement to create HTML tags and then use the UDStyle library to create CSS.