In your google.load call, you load visualization, 1.1, ...controls...

you should change that to 1. The version incompatibility is likely causing
this. (1 and 1.1 are not always the same).

However, you can just collapse this into one call:

google.load('visualization', '1', {'packages':
['corechart','table','controls']});

Thomas Rybka | Software Engineer | [email protected] | Ink


On Wed, Aug 13, 2014 at 3:20 PM, Joshua Killingsworth <[email protected]>
wrote:

> How, syntactically, would I go about loading from verision 1 instead of
>
> src="https://www.google.com/jsapi";? Also, has there been a change
> recently?
>
>
> Thanks,
>
> Josh
>
> --
> 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
> http://groups.google.com/group/google-visualization-api.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to