This text will be replaced

Pie Charts with Expressions

timthumb

Pie Charts are tedious.  Make them a lot easier with expressions!!

12 Responses to “Pie Charts with Expressions”

  1. [...] J Frank as a cool little tutorial from back in the day (AE 6.5) for building your very own pie graph in After [...]

  2. Blin says:

    Sometimes I find things like this and say to myself “Why didn’t I think of that?”

    Thanks for the great tutorial. I found it useful for something I’m working on.

  3. Ant says:

    Who are these guys that typing comments like [...] Tutorial to teach you [...]?

  4. elevated.tv says:

    Harry always coming through in the clutch!!!

  5. sleepywolf says:

    Great tutorial. Helped me not only start working on these pie charts, but to get a good sense of expressions and their logic.
    Thanks!

  6. Adam says:

    Hi I have used your pie chart recently and its brilliant, thank you – however my client wants specific data. where you show how to do rounding using math. I need to show 31.7 in total as opposed to 31M. Here is the expression where I have * the total

    n=thisComp.layer(“Null Pie Values”).effect(“PieValue1″)(“Slider”)*0.3117;
    nRound=Math.round(n);
    ”+”$”+nRound+”M”

    can you please help :-)
    thanks Adam.

  7. sparkiy says:

    n=thisComp.layer(“Black Solid 4″).effect(“Radial Wipe”)(“Transition Completion”);

    nRound=Math.round(n)+”%”

    The code is at the top..just for lazy people like me who would like something to copy and paste :P