Was wondering, is it possible to hide/not display the percentages when using *stat_chart?
Say, I have a variable with a maximum above a hundred and I want to display its value on the pretty red stat bar. These steps are easy enough: I divide the current value by the maximum to get the %, create the stat bar and display the variable value through ${}.
The only problem is, the amount of % will also be shown - which is something I don’t want. Can I get rid of them somehow?
How does that help me with hiding percentages though?
I want the end result to be something like Strength (${value}) on the stat bar. But using *stat_chart always results in Strength (${value}): %amount, which looks very clunky.