peted
unread,Nov 23, 2009, 7:33:51 PM11/23/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Hello,
I am having an issue with the pieChart visualization.
Basically, I am using the chart to display four types of emotion, 1)
positive, 2) negative, 3) neutral, and 4)mixed -- always in that
order.
Sometimes there are 0 values for a particular sentiment. i.e. there
are 10 for positive, 0 negative, 3 for neutral and 2 for mixed.
My issue is:that the pieChart will not correctly skip values with 0's.
Rather, it will get the next value and display the that value for the
wrong color.
So in regards to the example:
there are 10 for positive, 0 negative, 3 for neutral and 2 for mixed.
The pie chart will display 10 for positive, 3 for negative, 2 for
neutral and 0 for mixed.
Has anyone had any experience with this?
Thanks in advance!