Hi everyone,
I'm looking for a way to build a progress bar
I have some data about my project with my project percentage and I'd like to show my project percentage on a bar
So my idea would be to add one black rectangle, and another rectangle withe rectangle and having a dynamic way to pass its width so if my percentage = 0% its widht = 0 and if my percentage =100% its width = my black rectangle width
But How could I do that? I dont know how to have a dynamic width
Is there a way to do that? or Have I to use another way?
Many thanks in advance