Set the chartArea.left option to change the starting position of the chart 
area (where the bars draw).  It takes either a number (pixels) or a string 
(percent of chart width), eg:

chartArea: {
    width: 60 // start the chart area 60 pixels from the left edge
}

or

chartArea: {
    width: '20%' // start the chart area 20% of the total chart width from 
the left edge
}

On Monday, June 2, 2014 12:15:28 AM UTC-4, Jon Blake wrote:
>
> I have a demo chart based upon examples provided in the Google Charts API 
> gallery for bar charts, that displays horizontal bars as expected. To the 
> left of each bar, I want to display a string of up to, say, 50 chars. The 
> default behaviour seems to be to display no more than about 14 chars. Is 
> there an option to widen this display?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to