Developing my first batch of Google charts and so far they are pretty 
nifty!  One thing I'm having problems with, however, is maximizing my 
chartarea space.  The chart seems nice and centered in the middle, and 
there's lots of wasted space around the edges.  I've been playing with the 
settings, and nothing seems to change either the chartarea or the bardwith. 
 My Options array that I've built looks like this:

            // Set chart options
            var options = {
                'title': 'Increased Learning Leading Indicator 3: Increase 
Attendance',
                'width': 'Auto',
                'height': 'Auto',
                'chartArea': { left: 0, top: 0, width: "100%", height: 
"100%" },
                'legend': { position: "top", alignment: "center" },
                'bar': { groupWidth: "90%" },
                'dataOpacity': "0.8",
                'series': { 0: { color: "#888614", visibleInLegend: true }, 
1: { color: "#660000", visibleInLegend: true} },
                'vAxis': { viewWindowMode: "explicit", viewWindow: { max: 
100, min: 85} },
                'chartArea': {
                    'backgroundColor': 'WhiteSmoke',
                    'opacity': 5
                }
            };

the bar groupwidth option helped, and I thought the chartArea settings 
would expand the chart, but it doesn't seem to have done that.  Any help or 
suggestions would be greatly appreciated!  Below is a pic of what it looks 
like currently:

<https://lh6.googleusercontent.com/-wy8n3ATICn8/UuwYCxjOivI/AAAAAAAAACY/k8jcNcfqyFM/s1600/Google+Charts.png>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart 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-chart-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to