Greetings,

Can I add data for the Congo and The Democratic Republic of the Congo
to a Geomap visualization using sytax like the documentation example?
The English names listed in Wikipedia's ISO 3166-1 list (http://
en.wikipedia.org/wiki/ISO_3166-1) don't seem to work, and I don't have
a lookup table available to get the codes:

      var data = new google.visualization.DataTable();
      data.addRows(6);
      data.addColumn('string', 'Country');
      data.addColumn('number', 'Popularity');
      data.setValue(0, 0, 'Congo');
      data.setValue(0, 1, 200);
      data.setValue(1, 0, 'Congo, Democratic Republic of the');
      data.setValue(1, 1, 300);

Thanks!

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