Hi,

this is indeed a bug on our end.
Thanks for letting us know.

We hope to
fix this soon,
but,
In the meantime,
you can try writing "CD" instead of 'Congo, Democratic Republic of the'
(take a look here to see the codes:
http://en.wikipedia.org/wiki/ISO_3166-1#Officially_assigned_code_elements).

BugChart.

On Fri, Jun 19, 2009 at 6:09 PM, cyberhobo <[email protected]> wrote:

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


-- 
Nimrod Talmon

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