As I see it you can do a few thing to fix this: 1. Use the GeoMap (and not the GeoChart. -> will work on iPhone/iPad) 2. Use the 'select' event and not the 'regionClick' 3. Do not load the package every time. This costs valuable time. Just assign new data to the 'draw' method.
Hope it helps, Roni Have you tried using the same code, only with the GeoMap control and the Select event instead of On Wed, Jul 13, 2011 at 11:53 AM, Yohan <[email protected]> wrote: > Hi ChartALot, nice name ;) > > Indeed I use GeoChart fot the world visualisation, but once you click > on a country, a geomap is run (like in Google Analytics). > > This page crashes on IE7/IE8 and runs veryyyy slowly on IE9 . > > On Jul 12, 9:35 pm, ChartALot <[email protected]> wrote: > > Hi, > > Which IE version are you using? > > > > BTW: I see that you are using the GeoChart (and not the GeoMap, which is > a > > Flash-based visualization). > > > > > > > > > > > > > > > > On Tue, Jul 12, 2011 at 7:59 PM, Yohan <[email protected]> wrote: > > > Hi everyone! > > > > > I'm trying to use geochart and geomap to do web analytics maps. Here > > > is a very easy example of what I'm working on : > > > > >http://convertisseur-monnaie.net/stats/test2.php > > > > > My problem is that it does work like a charm on FF/Chrome/Safari, but > > > IE bugs and crashes as soon as I try the link. > > > > > Any idea why ? > > > > > Thanks a lot ! > > > > > -- > > > 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. > > -- > 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. > > -- 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.
