I have the following which creates a 3d pie chart with 3 sections and labels showing males, females and unknown. I want to change the labels (eg Males - 51%) to a different color (in this example e7e7e7) but the labels will not change color no matter what I have tried. Am I missing something. Right now the charts are on a dark blue background and the font color is a dark gray, so hard to read. I want to change it to more of a whitish color.
<img src="
https://chart.googleapis.com/chart?chdls=e7e7e7&cht=p3&chd=e:AHfOgp&chs=440x125&chco=777777,ffd1dc,84beff&chf=bg,s,ffffff00&chl=Unknown - 0.2%|Females - 48.8%|Males - 51%" width="440" height="125" alt="Males - 51%, Females - 48.8%, Unknown - 0.2%" title="Males - 51%, Females - 48.8%, Unknown - 0.2%">
Thanks for any help with this.
Doc