Transpose image, chart and text

Hello,

I would like to create the following design
image
being: an image in background with a text box aligned upper left with a dark grey almost transparent background and below this, a progress bar chart.

So far my attempts are not a success. Did someone already encountered this and knows how to do it?

Thank you !

Great question! Let me check with the team on that and get back to you as soon as possible.

1 Like

Hello @MrUnfreeze

To do what you want, you can define a div with your image as background. You will need to set the width and height of this div

In this div, set the align to bottom. And add another div as child

In the child div, you can add your text and anything you want. You can also define a background color with transparency to have the effect you want

1 Like