Hi all! I want to show just a few vertical bars showing a number, instead of a percentage. The problem is with the progression bar element if I display a value greater than 100, it show just the full bar and a β100β value. Is there a way to have a bar for amounts only? Thanks!
The way the progress works is by percentage, so if your value is greater then 100 it will show that is is full. You can do a work-around this and take the value and divide it by a number, for example if you take 200/4 and that would show the bar half full.
You would then want to hide the percentage text because to would not have anything to do with the value.
Hope this helps you.
Lester
Thanks a lot, @lester! After trying your approach (really cool, BTW), I saw that itβs a bit complex if you want to have different bars, since you have to have a common denominator for both, otherwise you cannot compare them visuallyβ¦ Finally, I created an HTML element that has a βblockβ that looks like a bar and that changes the hight in function of the number, and like this I am not restricted to 100 as maximum
Thanks a lot for the help!
Would you mind posting an example of what your technique looks like on the editor side?
This topic was automatically closed after 70 days. New replies are no longer allowed.