Is somewhere published a full list country names which should be used
in Google Visualization? Sometimes it is difficult to guess.

Another example, Russia instead of Russian Federation...

Daniel Hans

On Jul 19, 3:06 am, astro <[email protected]> wrote:
> The correct value for Congo is:
> data.setValue(0, 0, 'Congo - Kinshasa');
>
> On 19 juin, 17:09, cyberhobo <[email protected]> wrote:
>
>
>
> > Greetings,
>
> > Can I add data for theCongoand The Democratic Republic of theCongo
> > 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