How to unroll a donut chart from 0° to a specific angle by JavaScript
I am a former Flash developer. I recently decided to start using Animate Pro CC 2017 to develop some animation to be included in a web site. I am experimenting with infographics now. The first experiment is the following:
1. to create a simple donut chart like this:

2. to define the end angle E by using an external JSON file
3. to create a small jQuery script to animate the donut chart so that the end angle moves from 0° to E
4. to use JavaScript to show the E value as the animation ends
5. to export it to HTLM5 to embed it in a web page
I cannot find any tutorial on that and looking at the application I have some difficulties to find the commands that I need to do that.
Any help appreciated.
Thank you in advance.
