IE is just slow. I've been told it has to do with an inferior Java implementation in IE, but I wouldn't know that for a fact. What I do know is that my motionchart app loads in less than 2 seconds in Firefox and in Chrome but takes about 11 seconds in IE8.
Btw: I don't think 500K is "a lot of data". On Thu, Aug 12, 2010 at 22:47, midwest <[email protected]> wrote: > Split data into smaller chunks and draw the chunks with a delayed > execution of 1 msec for example, to give the IE a breather. It is > slower, but the dialog won't popup. works for me. > > On Aug 12, 3:38 pm, Jinji <[email protected]> wrote: > > I'm sorry for having no good news for you. This is a lot of data, and > some > > browsers are slower than others... > > > > On Tue, Aug 3, 2010 at 11:28 PM, Daniel Steinberg <[email protected] > >wrote: > > > > > > > > > Hi, > > > > > I am using about 500Kb of data for a chart that works absolutely great > > > in Firefox, in Internet Explorer however it causes a "Stop running > > > this script?" message show up twice before the chart actually loads. > > > After that the chart is displayed correctly. > > > I know how to get rid of that message by tweaking the registry, but > > > unfortunately I can require that from all our clients. > > > The delay occurs in chart.draw method (that's for sure, I tested that > > > with a sort of breakpoints). > > > My question is: do you know if there is anything I could do to get rid > > > of this problem in IE? > > > > > Here is the chart I am talking about: > > >http://dl.dropbox.com/u/9018419/slow.html > > > > > Many thanks in advance! > > > Daniel > > > > > -- > > > 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]<google-visualization-api%[email protected]><google-visualization- > api%[email protected] <api%[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 post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-visualization-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > Vänliga hälsningar, <http://www.alati.se> -- 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.
