【问题标题】:Google Chart API - Pie legend.textStyle colorGoogle Chart API - Pie legend.textStyle 颜色
【发布时间】:2012-02-14 16:26:54
【问题描述】:

饼图从official example开始。
我无法更改图例颜色。

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

不考虑。
请查看fiddle
我是不是做错了什么?

【问题讨论】:

    标签: javascript pie-chart google-visualization


    【解决方案1】:

    我实际上也无法得到您的答案。相反,我使用了以下内容:

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

    【讨论】:

      【解决方案2】:

      是的

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

      而不是

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

      【讨论】:

      • 没有引号,某些浏览器不允许引用对象键
      • 因为我留下了引用的键(它在我的浏览器上工作)我的回答比 @Xaniff 早 5 个月我说与我的问题相比“效果更好”
      • 是的,但是您的观点很重要,浏览器支持可能很重要,现在答案是一样的。我担心它会被否决。
      • 你为什么不说'legend': {'textStyle': { 'color': 'gray' }}
      猜你喜欢
      • 2023-03-06
      • 2014-08-31
      • 2014-06-03
      • 1970-01-01
      • 1970-01-01
      • 2022-12-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多