ChartWrapper, Table and Internet Explorer

54 views
Skip to first unread message

Bassa Safa

unread,
Mar 29, 2012, 4:48:35 PM3/29/12
to Google Visualization API
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

asgallant

unread,
Mar 30, 2012, 10:03:39 AM3/30/12
to google-visua...@googlegroups.com
Set the width as a number, not a string, ie: width: 1280

Bassa Safa

unread,
Mar 30, 2012, 1:26:53 PM3/30/12
to Google Visualization API
Now im embarrased =) Your suggestion didnt fix it, but eliminating the
comma ',' after the width statement did the trick =)

Thanx again Asgallant! =)
Reply all
Reply to author
Forward
0 new messages