Googleの棒グラフを使用して、これが私が得たものです:
ここに私のカスタムオプション
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'} }
};
<g>
これらの/<rect>
タグの幅を設定できませんか?