I see you have a 'content' class with a min-height of 500px in your style.css. That's what is conflicting with the 'content' class inside the table chart.
The Google Charts table chart should not have used unqualified class names; that was my mistake. Even though our own use of class definitions is always qualified, so it won't affect anything else in the page, other styles in the page may conflict with Google Charts. This will be fixed in the next version. In the meantime, if you can add a qualifier to your css selector so it is something like '.container .content', that should avoid the conflict. On Thu, Mar 5, 2015 at 2:10 PM, AM <[email protected]> wrote: > Hi am having problems with tables that are not following my instruction > for height. > > Example: > > I specifically instruct the table to be a height of 300 and width of 700 > pixels yet get a table that provides too much height: > > > http://www.towncharts.com/California/Healthcare/San-Francisco-city-CA-Healthcare-data.html#Figure13 > > Parameters: > > 'chartType':'Table','containerId':'chart_div13','width':700.0,'height':300.0,'allowHtml':true,'chartArea':{width:"90%",height:"98%"}}; > > > > This used to work. Shouldn't my setting the width and height specifically > here be the best way to do this? > > Also, I still get some misaligned headers as other people have pointed out > but I think that that is known. > > -- > 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. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 5CC, Cambridge MA [email protected] <[email protected]> 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 [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.
