Pregunta

Trabajando con un Gráfico de barras de Google, esto es lo que tengo:

enter image description here

Aquí mis opciones personalizadas

var options = {
    width: 500, height: 240,
    legend : 'none',
    vAxis:{title:'Answers',textStyle:{color: '#005500',fontSize: '12', paddingRight: '100',marginRight: '100'}},
    hAxis: { title: 'Percentage', textStyle: { color: '#005500', fontSize: '12', paddingRight: '100', marginRight: '100'} } 
 };

¿No puedo establecer un ancho para estos? <g> / <rect> Etiquetas?

No hay solución correcta

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top