Thank you for the reply, unfortunately I don't have a page available to the 
public to display this. I will try delaying it with jQuery first then, I 
can't see why that wouldn't work.

>
On Thursday, May 28, 2015 at 1:24:29 PM UTC-4, Daniel LaLiberte wrote:
>
> Dylan,
>
> Generally, we advise that you should delay drawing until the container is 
> displayed.  I believe jQuery tabs provide a way to do that.
>
> But if your container has a fixed size, then for the table chart, it may 
> be possible to draw the table correctly even if the container is not 
> displayed.
>
> However, the table chart without a width option now does shrink the table 
> to the minimum width.  This is a new feature.  If you want it to expand to 
> fill the container, then width: 100% is what you want.  If this doesn't 
> work, I'd like to see it.  Can you point to a page that demonstrates this?  
> Thanks.
>
>
> On Thu, May 28, 2015 at 12:09 PM, Dylan Manitta <dylan....@gmail.com 
> <javascript:>> wrote:
>
>> Hi,
>>
>> I am building tables with the API, and they work correctly under normal 
>> conditions. But, since I am using jQuery Tabs, some of the tables are drawn 
>> and rendered while not being displayed. When this happens I noticed that 
>> the table itself does not bound itself to the width supplied. It shrinks 
>> down to the smallest size it can without cutting out text, as if I didn't 
>> supply a width. I noticed the div that gets wrapped around the table is the 
>> correct width, but the table itself isn't.
>>
>>  If I go to the table's tab before it finishes drawing then it will have 
>> the correct width. Is there something I need to do to make sure it always 
>> renders at the width I supplied? I have tried setting 100%, and fixed pixel 
>> widths for the google table and the container but nothing has worked. 
>>
>> Any help would be appreciated.
>>
>>
>>  -- 
>> 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 google-visualization-api+unsubscr...@googlegroups.com 
>> <javascript:>.
>> To post to this group, send email to google-visua...@googlegroups.com 
>> <javascript:>.
>> Visit this group at 
>> http://groups.google.com/group/google-visualization-api.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> 
>  - 978-394-1058
> dlali...@google.com <javascript:>   5CC, Cambridge MA
> daniel.l...@gmail.com <javascript:> 9 Juniper Ridge Road, Acton MA
>  

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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