When setting the Pie Chart to render the slices counterclockwise (using reverseCategories=true) the *colors *are still rendered clockwise. ie your color array does not match up with your data when switching from CW to CCW.
Although this can be somewhat mitigated by manually reversing your color array - that is not a true solution since that implies that your color array is always the exact same length as your data array. Is there a way to have it reverse the rendering of slices *and* also reverse the selection of colors? This would seem to be a more consistent implementation than the current one. -- You received this message because you are subscribed to the Google Groups "Google Chart API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-chart-api. For more options, visit https://groups.google.com/groups/opt_out.
