Now im embarrased =) Your suggestion didnt fix it, but eliminating the comma ',' after the width statement did the trick =)
Thanx again Asgallant! =) On 30 mar, 16:03, asgallant <[email protected]> wrote: > Set the width as a number, not a string, ie: width: 1280 > > > > > > > > On Thursday, March 29, 2012 4:48:35 PM UTC-4, Bassa Safa wrote: > > > Hey everyone, > > Im doing a dashboard which has a dataTable in a Chartwrapper... > > everything was fine until I added width: 1280px. This works fine in > > Firefox but in Explorer... the table dissapears completely. It works > > again in Explorer when I remove width. Strange behaviour. Any Ideas? > > Im using IE 9 if that matters. > > > var table = new google.visualization.ChartWrapper({ > > 'chartType': 'Table', > > 'containerId': 'chart_div', > > 'view': {'columns': [0,11,14,29,31,36]}, > > 'options': { > > 'width' : '1280px', > > } > > }); > > > best regards > > bassam -- 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.
