We've built up a bar chart script, and now we draw a pie chart.

Drawing a pie chart is more complex than drawing a bar chart.  We will need to create a script that takes the data from the data holding class and convert it into proportional amounts. 

Read more>>