How do I increase the height and witdth of a google chart table?  No matter 
what I do, it does not change.

* var tblOption = {*
* showRowNumber: true,*
*                        Height:500px, <<----Does not work*
*                        Width: 500px  **<<----Does not work*
* };*
*<!-- Step 4 - Instantiate the Chart class -->*
*      var chart = new 
google.visualization.PieChart(document.getElementById('chart_div'));    *
*   var table = new 
google.visualization.Table(document.getElementById('vizTbl')); *
 
*<!-- Step 6 - Call chart.draw() function, passing in 'data' and 'options' 
--> *
*        chart.draw(data, options);  *
* table.draw(dataAn, tblOption);*


*<table> <tr><td><div id="chart_div" style="width: 700px; height: 
110px;"></div></td><td>&nbsp;</td><td><div id="vizTbl" style="width: 700px; 
height: 110px;"></div></td></tr></table>*

Here's what an image of what it currently looks like:

<https://lh3.googleusercontent.com/-GMd3WW0thaM/UyyRICGyFMI/AAAAAAAAAig/tnh3IVkmrVw/s1600/tablePicture.png>

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