Hello, I am using a table chart. The problem is that no matter what I set the table width too, it still only is as wide as the data / header (depending on which is long except for dates.. which is weird).
The div is say 1100, I can see this because if I set the background it works fine. but when I specifically set the height / width properties of the chart itself it doesn't do anything, it doesn't even make itself as large as the Div itself either. My work around 1) add blank rows 2) add blank columns The rows one is not so bad. the columns, that looks goofy, especially since I have to make up a column title that is long enough (or have multiple) that stretch the table to be the size I want. The reason is, if I don't do this, then I can see the div color behind it and I don't want that, I don't even care if (like excel) it has headerless / text columns. This is an easy repro, just create a div that is say 1280 x 400, then create a table with one column that is only 1 row, and call it Foo, with a value of Foo... You will see how small it is even after setting the table height / width size to say... 1260 x 380 Thanks! -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/6bd95b96-5a91-4922-9361-a279130b9c3d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
