Hello, the code actually does support percentages in width and height. You can do this by specifying the option as width:"100%". The tricky part here is that the geochart likes to preserve its aspect ratio, so you need to change your height in accordance with your width.
- Sergey On Fri, May 10, 2013 at 9:33 AM, Susanna Murley <[email protected]>wrote: > I would like to display a geochart at 100% width on the page, but the code > doesn't allow percentages in the width, only pixels. Is there a way to do > this? Basically, I want it to be flexible for different types of screens. > > Best, > > Susanna > > -- > 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?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
