Hi
i am taking from google analytice country and city as dimentions and
visits as metrics. i get the right results.
i loop them to send them to the addRows function but then i get this
error:

uncaught exception: All series on a given axis must be of the same
data type

i use:
     data.addColumn('string', 'Country');
      data.addColumn('string', 'City');
      data.addColumn('number', 'Visits');

and i try to use the ColumnChart.

please help i have no idea what is wrong.

by the way, i tried PieChart and i get no errors but no chart too.

-- 
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