Forum Discussion
JordanFarris-00
10 years agoCommunity Member
How to make interactive Pie Charts?
I am trying to make a pie chart react with a slider. Are there any examples where you can drag the slider and one portion of the pie chart will appear in a clock wise motion. Then as you keep drag...
MichaelHinze
10 years agoCommunity Member
You could create the pie chart as an object with various states that are displayed depending on the changing slider variable. Here is a (somewhat unrelated, but the basic concept applies) example that uses an object with custom states for a countdown timer. And here is a slider example that changes the state of an image object based on the slider variable.