The API could maybe be improved upon to handle this sort of data, but it
does provide the ability to set the width/height of the containing element
as well as the chart area itself (chart area does NOT normally include
title, axis labels, etc. however).
For example, the following looks pretty good:
options.chartArea = {width:400,height:1000};
options.width = 500;
options.height = 1100;
Hope that helps,
K
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
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.