Thank you for reporting Oscar, we will fix the example code soon.

On Mon, Dec 19, 2011 at 11:46 AM, oscarda <[email protected]> wrote:

> Hello all,
>
> when I run the example in this page:
>
> http://code.google.com/intl/es/apis/chart/interactive/docs/gallery/scatterchart.html
> I get this javascript error:
> Error: missing ; before statement
> Source File: http://localhost/g/gapi-demo.html
> Line: 26, Column: 9
> Source Code:
>        });
>
> It gets solved deleting the parenthesis marked between '*'
> var options = {
>          width: 400, height: 240,
>          title: 'Age vs. Weight comparison',
>          hAxis: {title: 'Age', minValue: 0, maxValue: 15},
>          vAxis: {title: 'Weight', minValue: 0, maxValue: 15},
>          legend: 'none'
>        }**)**;
>
> Hope this can help someone.
>
> Regards,
> Oscar
>
> --
> 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.

Reply via email to