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.