【发布时间】: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