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.

Reply via email to