-
Animating percentage bars in a chart
Hello I have an animated chart project that I need automated for regular editing. Basically my chart consists of a bar depicting 100% of certain stat that it’s divided by 4 segments.
What I want is a script that enables me to type the correct value of each segment and it calculates the size of them, assigns those values to their relative text representations with the % symbol attached after the number.
Would it be an absurd amount of work?
I tried having a slider control on each segment layer controlling its width and linking that value to the text layer but still I’d need to manually place each segment so they start at the end of the previous one. Additionally this process generates some problems: The numeric value depicted by the text will not show rounded which I don’t want. It will kill the “%” symbol which is needed in the graph.
