>
> I figured it out!  As you may have noticed in my Options settings, I 
> declared the ChartArea twice, the first time specifying the width/height. 
>  I'm guessing with the second declaration, it overwrote my first one and 
> since I didn't specify height/width in it, it just resorted to the default 
> settings.  My options settings now look like this, and everything is nice 
> and stretched out now!!
>

            // Set chart options
            var options = {
                'title': 'Increased Learning Leading Indicator 3: Increase 
Attendance',
                'width': 'Auto',
                'height': 'Auto',
                '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': { width: "90%", height: "65%",
                    'backgroundColor': 'WhiteSmoke',
                    'opacity': 5
                }
            }; 

-- 
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