I'm trying to use the example given here (City,Population,Area)
https://developers.google.com/chart/interactive/docs/gallery/geochart?hl=en

with data from db in JSP Application.

The data is expected in this format. 
      var data = google.visualization.arrayToDataTable([
        ['City',   'Population', 'Area'],
        ['Rome',      2761477,    1285.31]
      ]);

I'm giving the data from JSON Object in the same format. But cannot see the 
chart drawn.
No error is logged in the console.

Please help me in doing this.



-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart 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-chart-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to