One of my projects has multiple variables I'd like to display as bars that shrink/grow based on the variable changes.
The issue I keep running in to is when I set the bar width = to the variable number I end up with different sized bars. The different variables are ranged from 100 to 13000 and the larger number produces a bar that goes off the screen.
I wanted to know if anyone has a simple way to shrink the bar width based on % instead of a number value, What i mean is; instead of showing 80/100 I would rather like to show 80%/100% so the bar that happens to be 30 pixels long will shrink percentage wise rather than grow to 100 pixels and then start to shrink.
Please let me know if you need clarification, It's a bit late and I know I start to get goofy after midnight haha.