Skip to main content
Participant
March 4, 2020
Question

Data Excel proporsionate in circles in After effects

  • March 4, 2020
  • 1 reply
  • 110 views

Hello,

 

My problem is : I want to proporsionate a circle (scale)  in after effect compared with a data from Excel.  my board : Worker type 1 means the circle, and people weight its volume. How can i do ?

This topic has been closed for replies.

1 reply

Mylenium
Legend
March 4, 2020

Easy as pi(e) with a linear expression on the radius:

 

radMax=200; //maximum radius

perWork=20; //worker percentage

 

linear(perWork,0,100,0,radMax);

 

Repeat for as many values as you have and add the relevant links to your JSON or effect sliders as needed.

 

Mylenium