Yo cuando creao gráficos utilizo siempre este código que depende para que lo adapto, pero te dejo aquí un ejemplo por si te es de ayuda.
gvChartInit();
jQuery('#myTable').gvChart({
chartType: 'ColumnChart',
gvSettings: {
vAxis: {title: 'Jugadores'},
hAxis: {title: 'Mes'},
width: 720,
height: 300,
}
});
Saludos.