9
votes

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 ?

2

2 Answers

13
votes

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

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

It is

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

instead of

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