Use the chartArea configuration option; try this in the playground:
new
google.visualization.ColumnChart(document.getElementById('visualization')).draw(data,
{
title:"Yearly Coffee Consumption by Country",
width:600,
height:400,
hAxis: {title: "Year"},
legend: 'top',
chartArea: {width: 500, left: 80}
});
chartArea.width sets the width of the chart area, chartArea.left sets how
far from the left edge to place it.
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-visualization-api/-/VV9wMVJFRjE1a1FK.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.