cancel
Showing results for 
Search instead for 
Did you mean: 

How to show one red dot in my image in sap UI5

Former Member
0 Kudos

Hi Experts,

I have one requirement. i need to load one image in my dashboard and show the red dot in that image. this dot indicates the position. from backend i will get (x,y,z) values. i have designed my dashboard in XML view. Please suggest how to do that.

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi,

I too have the same requirement .

Were you able to place red dot from position coming from backend ?

Former Member
0 Kudos

Hi Srikanth,

Thanks for your reply.But i am unable to load that with my xml view.. i have taken two css classes for image and dot.can you please tell me more about this.

Thanks

former_member365727
Active Contributor
0 Kudos

CSS Layers

Check this thread and JS Fiddle

gururajenamate
Explorer
former_member365727
Active Contributor
0 Kudos

Try something with css. Keep first layer as image, then add another layer as dot. When both layers are stacked one above the other your requirement will be solved.