If I open a narrow browser window, the Google Visualizations table 
generates this html:
<div style="position: relative;">
<table class="google-visualization-table-table" cellspacing="0">

If I resize the browser to a wider width and open the window, the html is 
like this:
<div style="position: relative;">
<table class="google-visualization-table-table" cellspacing="0" style="width
: 432px;">

If I set a width in the CSS I pass it to the table like this:
width:'100%'

Then the outer div gets set, but the table still sets a static width!
<div style="position: relative; overflow: auto; width: 100%;">
<table class="google-visualization-table-table" cellspacing="0" style="width
: 362px;">


-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to