-
Expression for dynamic number values (on a bar chart)
Hello!
I’m trying to create a bar chart with dynamic bars and numbers. I’ve found tutorials for these charts with %s connected to the size of a bar (with slider controls and basic math.round expressions), so that I can do.
My problem is that I’d like the chart to display dollar values. Is it possible to do that? What I’d like to achieve is that the slider control controls the size of the chart (between a 0-100 scale, that’s perfectly fine), while the same slider controls the the $ values too. (So when the chart is at 100% the number says $1500, but when it’s at 50% it says $750.)
Is it possible to create a math expression like that for the text layer?