Dynamic bar charts with After Effects. With positive and negative values.
Andrew Kramer over at video co-pilot did a tutorial a while back on creating dynamic bar charts in after effects.
I followed this tutorial but I needed my charts to go up and down with both positive and negative values in the chart.
I modified his expressions tweaked the animations to suit and created this.
So here is how you can go about creating these charts yourself. This technique can be used to control any kind of dynamic data or animation within an After Effects composition and is quite flexible. So if you have any ideas or have created something using these techniques, please leave a comment with a link to your animation.
Here is the basics for the expressions I use.
Feel free to copy and paste or use in your own projects. I cant take full credit as Andrew Kramer set the ground work for this tutorial.
InputVal=effect("Bar Value")("Slider")/100;
ChartMax=thisComp.layer("Controller").effect("Max Value")("Slider");
AnimationCompletion=effect("Percentage")("Slider");
ratio=AnimationCompletion/ChartMax;
length = 25; // frames
value + InputVal*length*thisComp.frameDuration*ratio
Leave a comment
Categories
- After Effects (4)
- Blog (4)
- Cinema 4D (7)
- Motion graphics (5)
- Tutorials (5)
Archives
- February 2012 (1)
- December 2011 (2)
- November 2011 (1)
- October 2011 (6)
- September 2011 (2)


