Playground not showing up in IE 9

83 views
Skip to first unread message

Amir Miller

unread,
May 7, 2012, 4:32:07 AM5/7/12
to google-visua...@googlegroups.com
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.

EZChart

unread,
May 7, 2012, 7:59:11 AM5/7/12
to google-visua...@googlegroups.com
Yes, unfortunately the playground does not work on IE.


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 google-visua...@googlegroups.com.
To unsubscribe from this group, send email to google-visualizati...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.

Amir Miller

unread,
May 7, 2012, 8:59:08 AM5/7/12
to google-visua...@googlegroups.com
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 google-visualization-api@googlegroups.com.
To unsubscribe from this group, send email to google-visualization-api+unsub...@googlegroups.com.

asgallant

unread,
May 7, 2012, 10:44:19 AM5/7/12
to google-visua...@googlegroups.com
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?

Amir Miller

unread,
May 8, 2012, 3:37:06 AM5/8/12
to google-visua...@googlegroups.com
I have about 18 columns.
I am using AJAX to get the data, but the slowness is certainly in the .draw() line.
I worked around the issue by adding pagination, so it's working great now.

Amir.
Reply all
Reply to author
Forward
0 new messages