Google charts - Main title and axis size -


i'm trying change font size main title , axis titles cannot code:

  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}}   }; 

enter image description here

could me?

thanks in advance & regards, luis

there no option --> titlefontsize

instead, use option --> titletextstyle

e.g.

haxis: {   titletextstyle: {     fontsize: 24   } } 

see configuration options more...


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -