Javascript – Google Chart API – Pie legend.textStyle color

google-visualizationjavascriptpie-chart

Starting from the official example for pie chart.
I'm not able the change the legend color.

'legend.textStyle': { 'color': 'gray' }  

Is not taken into account.
Please check out the fiddle
Am I doing something wrong ?

Best Answer

I wasn't actually able to get your answer to work either. Instead, I used the following:

legend: {textStyle: {color: 'gray'}}