When creating tables with more than 25 rows and 50 columns the
performance of the Table visualization with IE 6/7/8 is very poor.
When the number of rows or columns increase much beyond this size IE
starts complaining "A script on this page is causing Internet Explorer
to run slowly.  If it continues to run ...".

The code to display the table is ...

        // convert the JSON text to a JSON data object
        var oData = eval('(' + responseText + ')');

        // create a data table instance
        var oDataTable = new google.visualization.DataTable(oData, 0.6);

        // create a table instance
        var oTable = new google.visualization.Table(paneOutputRef());
        oTable.draw(oDataTable, { 'showRowNumber':false });

-- 
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.

Reply via email to