In the package loader you need to call all the packages at the same line,

*Before*
    google.charts.load('current', {'packages':['table']});
    google.charts.load('current', {packages: ['corechart', 'line']});

*After*
    google.charts.load('current', {packages: ['corechart','line','table']});

That's work for me.

El domingo, 11 de diciembre de 2011, 11:53:05 (UTC-6), Bluestreak2k5 
escribió:
>
> Hi,
>
> I am getting a "google.visualization.GeoMap is not a constructor" in
> Firefox, but yet this project was working weeks ago, with no change to
> this javascript.
>
> http://chrisdblumberg.com/unemployment/index.html
>
> I have checked the GeoMap docs, and all the pages work, and even my
> old version works, however this one doesn't, but I have no idea why.
>
> Any help would be great,
> Thanks.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/95ca7096-0bd6-465b-b685-85ff39c44612%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to