Hi Romain,
It looks like you have a few errors in your code.
First, you're loading the library like this:
google.load('visualization', '1', {packages: ['linechart']});
You actually don't want to load the linechart package, you want to load the
corechart package. Try this instead:
google.load('visualization', '1', {packages: ['corechart']});
Second, you have the wrong type of url for your data source. Instead, use
this url:
https://spreadsheets.google.com/a/google.com/tq?key=pCQbetd-CptGXxxQIG7VFIQ&pub=1
Hope this helps,
Mitch
On Wed, Feb 5, 2014 at 3:56 PM, Romain Vialard <[email protected]>wrote:
> Hi Mitch,
>
> Can you confirm if it is working or not for you ?
>
> --
> 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/groups/opt_out.
>
--
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/groups/opt_out.