最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Google Chart API - Pie legend.textStyle color - Stack Overflow

programmeradmin3浏览0评论

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 ?

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 ?

Share Improve this question edited Feb 17, 2012 at 10:59 Pierre de LESPINAY asked Feb 14, 2012 at 16:26 Pierre de LESPINAYPierre de LESPINAY 46.2k58 gold badges218 silver badges314 bronze badges
Add a comment  | 

2 Answers 2

Reset to default 16

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

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

It is

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

instead of

'legend.textStyle': { 'color': 'gray' }
发布评论

评论列表(0)

  1. 暂无评论