1 message in com.googlegroups.google-chart-apiFeature Request - Percentages on Pie ...
FromSent OnAttachments
barron24 Mar 2008 13:35 
Subject:Feature Request - Percentages on Pie Charts
From:barron (barr@yahoo.com)
Date:03/24/2008 01:35:59 PM
List:com.googlegroups.google-chart-api

These charts are great!

I would love an option on Pie Charts to add a pie slice percentage to each slice's label. Since I'm using data scaling, the percentages are not obvious and yes, I know I could write some code to calculate them and then add them to to labels myself when sending the data across to Google, but these charts are so simple and easy to use, it would be more elegant if it were part of the API. If a user wanted the option to see the percentage at the end of each label, he could pass a parameter that would define the number of decimal places.

chpct=0 => Apples 23% chpct=2 => Oranges 19.41%

This could be used for other chart types as well.