Bassa Safa
unread,Mar 29, 2012, 4:48:35 PM3/29/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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