gGeoMap: The population of South America per country

The element which draws the above chart:

<div id="sgvzl_example_query" 
   data-sgvizler-endpoint="http://sws.ifi.uio.no/sparql/world" 
   data-sgvizler-query="SELECT ?Country ?Population WHERE{ [] w:hasName ?Country ; w:hasCountryPopulation ?Population; w:isCountryInContinent [ rdfs:label &quot;South America&quot; ] ; } ORDER BY DESC(?Population)" 
   data-sgvizler-chart="gGeoMap" 
   data-sgvizler-chart-options="title=South America|region=005" 
   data-sgvizler-loglevel="2" 
   style="width:800px; height:400px;"/>

The results of the query in gTable

Same query, different charts

Not all charts may be well-suited for displaying this dataset.

gGeoChart

gPieChart