【问题标题】:Google charts - Main title and axis size谷歌图表 - 主标题和轴大小
【发布时间】:2017-08-21 10:14:49
【问题描述】:

我正在尝试更改主标题和轴标题的字体大小,但无法使用此代码:

  var options = {
    title: 'Ratio de supervivencia de aerolíneas europeas',
    chartArea:{
         top: 20,
         bottom: 50,
         height: '75%'
    },
    width: 800,
    height: 600,
    hAxis: {title: 'Nº total de aerolíneas históricas', titleFontSize: 24},
    vAxis: {title: 'Ratio de supervivencia', format: 'percent', maxValue: 0.7, titleFontSize: 24},
    bubble: {textStyle: {fontSize: 11}}
  };

有人可以帮我吗?

提前致谢和问候, 路易斯

【问题讨论】:

    标签: charts google-visualization


    【解决方案1】:

    no 选项 --> titleFontSize

    改为使用 --> titleTextStyle 的选项

    例如

    hAxis: {
      titleTextStyle: {
        fontSize: 24
      }
    }
    

    更多信息请参见configuration options...

    【讨论】:

    • 这个问题好运吗?
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-06-12
    • 1970-01-01
    相关资源
    最近更新 更多