Dimitry, the duplicate tables created when there are enough rows, for the frozen header and body, should have the same cell contents, and the same width and height properties, so they should all end up aligned properly. The way tbody is hidden, using visibility:invisible, means that the size of the cell contents should be the same but just not visible. If it doesn't work for some cases, I would like to learn the details so I have a chance of making it work. Perhaps there is a browser difference.
There is a very large number of combinations of the dozen or so options that affect table chart layout, and I admit, we broke some common use cases with this release. We are adding more test cases to be sure this doesn't happen again, but I'll need to find out what additional test cases should be covered. On Mon, Feb 23, 2015 at 11:27 AM, Dimitry Kudryavtsev <[email protected]> wrote: > I did some more digging around and I think I found the issue. This > happens when there is enough data in the table where you need the scroll. > In this case, there are two tables created one that contains fixed header > and the other one that contains the scroll header. The scroll head is miss > aligned with the width of the data cells. What I noticed is that the > scroll table has hidden property on tbody, if I remove this property the > scroll headers become correctly aligned. So definitely a issue with the > new release. > > > On Friday, February 20, 2015 at 8:33:48 AM UTC-5, Greg Almond wrote: >> >> It looks like there are a few issues arising from the V41 release. As of >> yesterday I noticed that visualization table chart headings are misaligned >> with their corresponding columns of data when the 'height' option is >> specified. This does not occur when the height option is absent. >> I'm assuming that this is related to the V41 changes made to the table >> chart header. Has this issue already been pointed out, and is it being >> considered in the set of fixes being prepared? >> > -- > 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.
