I will see if I can make it fail. What I am seeing is that when I have the 'Compatibility View' option checked, the data row is not showing, but when unchecked, it does. The headers (data.addColumn) items are showing no matter what. Only the data.addRows that doesn't show. Not sure if that helps diagnose this or not. If I can get the jsfiddle to fail, I'll let you know.
On Friday, February 20, 2015 at 10:24:00 AM UTC-5, Daniel LaLiberte wrote: > > Tom, here is a jsfiddle that I made from your code. > http://jsfiddle.net/dlaliberte/L6vj3u9a/ > > I don't see a problem with its rendering, so perhaps more is needed. You > should be able to modify it, click Run to see it again. Once you get it in > a form that shows the problem, you can Fork it to your own jsfiddle, after > you set up an account. Or just copy your changes back here. > > On Fri, Feb 20, 2015 at 10:17 AM, Tom Scott <[email protected] > <javascript:>> wrote: > >> Daniel, >> >> Sorry, but I am very new to javascript and the API, so I don't know how >> to get creating you a case in jsfiddle. To make is short and sweet as >> possible, let me tell you that we have the following HTML that is being >> generated to display a table that contains the Visualization table and >> data. That is here. I hope this will be enough for you to duplicate. >> >> <table style="width:96.0%;margin-left:2.0%"><tr><td><br> >> >> <span id="view:_id1:include5:computedField11" style="margin-left:%" class >> ="RegularVerdana8"><html> <head> <script type='text/javascript' src=' >> https://www.google.com/jsapi'></script> <script type='text/javascript'> >> google.load('visualization', '1', {packages:['table' >> ]});google.setOnLoadCallback(drawTable);function drawTable() {var data = >> new google.visualization.DataTable();data.addColumn('number', '<div >> style="text-align:center;vertical-align:center"><b>Years of WFAS<br>Audit >> Experience</b></div>');data.addColumn('number', '<div >> style="text-align:center;vertical-align:center"><b>Years of Other<br>Audit >> Experience</b></div>');data.addColumn('number', '<div >> style="text-align:center;vertical-align:center"><b>Total Years of<br>Audit >> Experience</b></div>');data.addColumn('number', '<div >> style="text-align:center;vertical-align:center"><b>Total Years >> of<br>Non-Audit Experience</b></div>');data.addColumn('string', '<div >> style="text-align:center;vertical-align:center"><b>Education /<br> >> Degree</b></div>');data.addColumn('string', '<div >> style="text-align:center;vertical-align:center"><b>Field of Study /<br> >> Major</b></div>');data.addColumn('string', '<div >> style="text-align:center;vertical-align:center"><b>Resume >> /<br>Bio</b></div>');data.addRows([[0.00,0.00,0.00,0.00,'Undergraduate','Business >> >> Administration','No attachment']]); var formatter_number = new >> google.visualization.NumberFormat({fractionDigits: >> 2});formatter_number.format(data, 0);formatter_number.format(data, >> 1);formatter_number.format(data, 2);formatter_number.format(data, 3);var >> table = new google.visualization.Table(document.getElementById( >> 'table_div'));table.draw(data, {allowHtml: true, cssClassNames: >> {headerRow: 'TableHeader', tableRow: 'RegularVerdana8', oddTableRow: >> 'RegularVerdana8'}});} </script> </head> <body> <div id='table_div'></div >> > </body> </html></span><br> >> >> </td> >> >> </tr> >> >> </table> >> >> >> On Friday, February 20, 2015 at 9:55:04 AM UTC-5, Daniel LaLiberte wrote: >> >>> Tom, unfortunately, we can't back out the v41 release due to an unknown >>> problem. So we are stuck making fixes going forward. If you load "1" >>> (outside of google), you will get the same thing as loading "1.0". >>> >>> Code snippets will be fine, but please include enough html and css to >>> reproduce it. If you can reproduce a simple case in jsfiddle, that would >>> be best. >>> >>> On Fri, Feb 20, 2015 at 9:50 AM, Tom Scott <[email protected]> wrote: >>> >>>> Daniel, I see that others are now posting similar issues. I wonder if >>>> I can just wait for you folks to fix the issues or back out the >>>> deployment. I'm sure my issue is related to this too. >>>> >>>> On Friday, February 20, 2015 at 9:28:13 AM UTC-5, Daniel LaLiberte >>>> wrote: >>>>> >>>>> Tom, the v41 release is affecting the Table chart in various ways. If >>>>> you could point us at a page that shows the problem you are seeing, we >>>>> will >>>>> be able to look into it and find a fix, or possibly a workaround. >>>>> >>>>> On Fri, Feb 20, 2015 at 9:19 AM, Tom Scott <[email protected]> wrote: >>>>> >>>>>> We have a Notes/Domino based application using xPages that is >>>>>> incorporating this API. We are simply drawing tables for reporting >>>>>> purposes. Everything has been working fine until today. Now suddenly, >>>>>> everywhere we are drawing tables, they do not show. I tested in my own >>>>>> browser (IE11) and found that if I turn off the 'Compatibility View' >>>>>> option, the tables will then show, but, of course, all kinds of >>>>>> formatting >>>>>> issues occur with other stuff. Has anyone experienced this to know why >>>>>> this is suddenly a problem? >>>>>> >>>>>> -- >>>>>> 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 google-visualization-api+unsub >>>>>> [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] 5CC, Cambridge MA >>>>> [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. >>>> >>> >>> >>> >>> -- >>> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> >>> - 978-394-1058 >>> [email protected] 5CC, Cambridge MA >>> [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] >> <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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] <javascript:> 5CC, Cambridge MA > [email protected] <javascript:> 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.
