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 ?
I wasn't actually able to get your answer to work either. Instead, I used the following:
legend: {textStyle: {color: 'gray'}}