That seems odd, unless your DataTable has an extraordinarily large number of columns or you are running additional processing on the data or the visualization, in theory IE should have no problem handling 1500 rows. I'm in the process of building a Table visualization with a multiple O(n) algorithms that must be run on every click the user makes on the table, and IE < 9 is noticeably slow (5-10 seconds per click) on a table with 3000+ rows (IE9 has no problems with this), but nothing like what you are describing.
Which visualization are you using (I assumed Table, but maybe I read you wrong)? Are you doing any other processing? Are you fetching the data via AJAX? If so, is it slow fetching the data or slow rendering the visualization? On Monday, May 7, 2012 8:59:08 AM UTC-4, Amir Miller wrote: > > Is there any plan to test/fix the vizualization API on IE? > I am dealing with a problem that a table with 1500 rows takes 5 minutes to > load in IE while on all other browsers it loads in 20 secs. > I will find a workaround for my issue but the support for IE is > not satisfying in my opinion. > > Amir > > On Monday, May 7, 2012 2:59:11 PM UTC+3, EZChart wrote: >> >> Yes, unfortunately the playground does not work on IE. >> >> >> Hi, >>> >>> When I try to load the playground in IE 9 I get the 2 boxes (pick an api >>> and edit code) blank. >>> Is this a know issue? >>> >>> Amir. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google Visualization API" group. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msg/google-visualization-api/-/4I16EbAl7bgJ. >>> 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. >>> >> >> -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/oL7OHUIsABQJ. 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.
