I want to load indian cities like "Hyderabad, Chennai etc.." on geo charts map.
the below code i have used to load indian states: var data = google.visualization.arrayToDataTable([ ['State Code', 'State', 'Population'], ['IN-UT', 'Uttarakhand', 90], ['IN-AP', 'AP & Telangana', 10] ]); the reference link i've used: https://developers.google.com/chart/interactive/docs/gallery/geomap Regards, Sai kiran -- 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/66042d23-aa92-4170-b661-91f169589517%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
