Resurrecting an old thread, I can reproduce the problem. Here is a public table showing the issue: http://www.google.com/fusiontables/DataSource?dsrcid=680149&search=680149&cd=0
ChartWrapper is not involved. In fact, if you inspect the response for this google visualization query: http://www.google.com/fusiontables/gvizdata?uit=AIGcsfP0iuZsoBFqjhqBzK02Py1lOwOUkQ&tq=select%20gvizcountry(col1)%2C%20col6%2C%20col1%20from%20680149%20where%20col0%20%3D%20'2008'%20skip%200%20limit%20235&tqx=reqId%3A4 You'll notice that column names are truncated: google.visualization.Query.setResponse({version:'0.5',reqId:'4',status:'ok', table:{cols:[{id:'col1',label:'Country Na',type:'string'},{id:'col6',label: 'SP.DYN.LE0',type:'number'} ... (labels should read 'Country Name' and 'SP.DYN.LE00.IN' respectively). /R. On 24 June 2011 15:34, Viz Kid <[email protected]> wrote: > > Can you provide a simple example of a publicly available fusion table > which demonstrates this? Moreover, does running the query yourself without > using ChartWrapper works for you (as from your email it seems the issue is > with ChartWrapper itself). > > Best, > Viz Kid > > > On Wed, Jun 22, 2011 at 6:20 PM, Michel <[email protected]> wrote: > >> Hi, >> >> I have checked with Safari, Firefox & IE8 and I experience same issue: >> column headers are truncated at 10 characters >> >> Is it s bug? >> >> Michel >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Visualization API" group. >> To post to this group, send email to >> [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-visualization-api?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
