function drawChartSpecimensByCountry() { var chartData = google.visualization.arrayToDataTable([ ['Series', 'Specimen Count (overall)'], ['', 111695], ['Afghanistan', 2], ['Albania', 122], ['Algeria', 9], ['American Samoa', 4], ['Angola', 45], ['Anguilla', 1], ['Antarctica', 2012], ['Antigua and Barbuda', 13], ['Argentina', 457], ['Aruba', 46], ['Ashmore and Cartier Islands', 1], ['Australia', 3166], ['Austria', 211], ['Austria, Czech Republic', 1], ['Azerbaijan', 23], ['Bahamas', 643], ['Bahamas, Jamaica', 1], ['Barbados', 3], ['Belgium', 27], ['Belize', 123], ['Benin', 213], ['Bermuda', 514], ['Bonaire, Sint Eustatius and Saba', 290], ['Bosnia and Herzegovina', 9], ['Botswana', 1], ['Brazil', 5483], ['Brazil, Uruguay', 1], ['British Virgin Islands', 8], ['Brunei', 43], ['Bulgaria', 38], ['Cambodia', 23], ['Cameroon', 39], ['Canada', 155], ['Cape Verde', 19], ['Chile', 555], ['China', 11164], ['Christmas Island', 8], ['Clipperton Island', 120], ['Colombia', 448], ['Cook Islands', 7], ['Costa Rica', 137], ['Costa Rica, Panama', 1], ['Croatia', 90], ['Cuba', 22], ['Curaçao', 9], ['Cyprus', 10], ['Czech Republic', 408], ['Democratic Republic of the Congo', 121], ['Denmark', 29], ['Djibouti', 89], ['Dominican Republic', 138], ['Ecuador', 58], ['Egypt', 201], ['El Salvador', 16], ['Equatorial Guinea', 10], ['Eritrea', 1], ['Estonia', 27], ['Ethiopia', 1], ['Falkland Islands', 32], ['Faroe Islands', 5], ['Fiji', 114], ['France', 889], ['French Guiana', 13], ['French Polynesia', 75], ['Gabon', 52], ['Gambia', 3], ['Georgia', 35], ['Germany', 55], ['Ghana', 35], ['Greece', 17], ['Greenland', 21], ['Grenada', 40], ['Guadeloupe', 15], ['Guam', 29], ['Guernsey', 1], ['Guinea-Bissau', 32], ['Guinea-Bissau, Equatorial Guinea', 1], ['Guyana', 2], ['Haiti', 458], ['Honduras', 49], ['Hong Kong', 78], ['Hungary', 44], ['Iceland', 1570], ['India', 2729], ['Indonesia', 574], ['Iran', 129], ['Ireland', 21], ['Isle of Man', 1], ['Israel', 24], ['Italy', 436], ['Ivory Coast', 354], ['Jamaica', 45], ['Japan', 3300], ['Jordan', 2], ['Kazakhstan', 8], ['Kenya', 46], ['Kiribati', 5], ['Kuwait', 273], ['Laos', 59], ['Lebanon', 4], ['Lesotho', 5], ['Liberia', 15], ['Libya', 1], ['Macedonia', 11], ['Madagascar', 38], ['Malaysia', 2561], ['Malaysia, Singapore', 2], ['Maldives', 2], ['Malta', 5], ['Marshall Islands', 81], ['Martinique', 1], ['Mauritania', 6], ['Mauritius', 7], ['Mauritius, Indonesia', 1], ['Mexico', 1033262], ['Micronesia', 2], ['Monaco', 15], ['Morocco', 345], ['Mozambique', 29], ['Myanmar', 482], ['Myanmar, India, Thailand, Vietnam', 1], ['Namibia', 152], ['Netherlands', 52], ['New Caledonia', 83], ['New Zealand', 114], ['Nicaragua', 5], ['Nigeria', 30], ['Northern Cyprus', 10], ['Northern Mariana Islands', 22], ['Norway', 1301], ['Oman', 19], ['Pakistan', 5], ['Palau', 5], ['Panama', 1236], ['Papua New Guinea', 43], ['Peru', 1139], ['Philippines', 726], ['Poland', 100], ['Portugal', 340], ['Puerto Rico', 42], ['Puerto Rico, Guadeloupe', 1], ['Republic of the Congo', 60], ['Romania', 6], ['Russia', 162], ['Réunion', 1], ['Saint Barthelemy', 2], ['Saint Helena, Ascension and Tristan da Cunha', 40], ['Saint Kitts and Nevis', 4], ['Saint Lucia', 12], ['Saint Pierre and Miquelon', 56], ['Saint Vincent and the Grenadines', 2364], ['Samoa', 13], ['Sao Tome and Principe', 13], ['Saudi Arabia', 4227], ['Senegal', 21], ['Serbia', 99], ['Seychelles', 21], ['Sierra Leone', 4], ['Singapore', 572], ['Sint Martin', 5], ['Slovakia', 1], ['Slovenia', 8], ['Solomon Islands', 29], ['Somalia', 2], ['South Africa', 479], ['South Georgia and the South Sandwich Islands', 57], ['South Korea', 572], ['Spain', 38104], ['Sri Lanka', 26], ['Sudan', 5], ['Suriname', 49], ['Suriname, Guyana', 1], ['Svalbard and Jan Mayen', 228], ['Swaziland', 1], ['Sweden', 406], ['Switzerland', 192], ['Taiwan', 870], ['Tajikistan', 1], ['Tanzania', 16], ['Thailand', 2466], ['Timor-Leste', 42], ['Tonga', 18], ['Trinidad and Tobago', 5], ['Tunisia', 55], ['Turkey', 3052], ['Turks and Caicos Islands', 4], ['Uganda', 21], ['Ukraine', 2], ['United Kingdom', 1927], ['United Kingdom, United States of America', 69], ['United States Pacific Island Wildlife Refuges', 1], ['United States Virgin Islands', 2], ['United States of America', 6391], ['Uruguay', 49], ['Uruguay, Argentina', 1], ['Vanuatu', 3], ['Venezuela', 101], ['Vietnam', 1374], ['Virgin Islands', 11], ['Wallis and Futuna', 1], ['Western Sahara', 1], ['Yemen', 38], ['abyssal pacific ocean', 1], ['ambon island', 322], ['antigua island', 1], ['arabian sea', 1], ['caribbean sea', 1], ['costa', 1], ['flores island', 1], ['grenada island', 97], ['guadalupe island', 4], ['gulf of oman', 1], ['hormuz island', 0], ['isla guadalupe', 1], ['isla tortuga', 5], ['la reunion island', 1], ['martinique island', 1], ['mauritius island', 1], ['new england', 1], ['new guinea', 2], ['north atlantic ocean', 1], ['peru chile', 1], ['reunion island', 2], ['réunion island', 1], ['saint helena island', 2], ['saint vincent island', 1], ['salvador island', 1], ['san vicente island', 73], ['sao tome & principe island', 4], ['socotra island', 1], ['south georgia island', 8], ['tonga island', 2], ['turks and caicos', 1], ['unites states of america', 11], ['wales island', 9] ]); var chartOptions = { region: 'world', fontSize: 'automatic', title: 'n=1258006', doWeHaveDanglingCommas: 'No ;-)' }; if (window.customizeGoogleChartOptions) customizeGoogleChartOptions(chartOptions, 'SpecimensByCountry', 'geo', 236, 0); var chart = new google.visualization.GeoChart(document.getElementById('chartDivSpecimensByCountry')); chart.draw(chartData, chartOptions); } google.load('visualization', '1', {'packages': ['geochart']}); google.setOnLoadCallback(drawChartSpecimensByCountry);