GeoChart color example

An example of the geochart color options.

by Robert Washbourne

HTML

<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<div id="geochart-colors" style="width: 700px; height: 433px;"></div>
<img id="chartImg" />

JavaScript

google.charts.load('current', {
        'packages':['geochart'],
        // Note: you will need to get a mapsApiKey for your project.
        // See: https://developers.google.com/chart/interactive/docs/basic_load_libs#load-settings
        'mapsApiKey': 'AIzaSyD-9tSrke72PouQMnMX-a7eZSW0jkFMBWY'
      });
      google.charts.setOnLoadCallback(drawRegionsMap);

      function drawRegionsMap() {
        var data = google.visualization.arrayToDataTable([
          ['Country',   'Latitude'],
          ['Andorra', 42.546], ['United Arab Emirates', 23.424], ['Afghanistan', 33.939], ['Antigua and Barbuda', 17.061], ['Anguilla', 18.221], ['Albania', 41.153], ['Armenia', 40.069], ['Netherlands Antilles', 12.226], ['Angola', -11.203], ['Antarctica', -75.251], ['Argentina', -38.416], ['American Samoa', -14.271], ['Austria', 47.516], ['Australia', -25.274], ['Aruba', 12.521], ['Azerbaijan', 40.143], ['Bosnia and Herzegovina', 43.916], ['Barbados', 13.194], ['Bangladesh', 23.685], ['Belgium', 50.504], ['Burkina Faso', 12.238], ['Bulgaria', 42.734], ['Bahrain', 25.93], ['Burundi', -3.373], ['Benin', 9.308], ['Bermuda', 32.321], ['Brunei', 4.535], ['Bolivia', -16.29], ['Brazil', -14.235], ['Bahamas', 25.034], ['Bhutan', 27.514], ['Bouvet Island', -54.423], ['Botswana', -22.328], ['Belarus', 53.71], ['Belize', 17.19], ['Canada', 56.13], ['Cocos [Keeling] Islands', -12.164], ['Congo [DRC]', -4.038], ['Central African Republic', 6.611], ['Congo [Republic]', -0.228], ['Switzerland', 46.818], ['Côte d\'Ivoire', 7.54], ['Cook Islands', -21.237], ['Chile', -35.675], ['Cameroon', 7.37], ['China', 35.862], ['Colombia', 4.571], ['Costa Rica', 9.749], ['Cuba', 21.522], ['Cape Verde', 16.002], ['Christmas Island', -10.448], ['Cyprus', 35.126], ['Czech Republic', 49.817], ['Germany', 51.166], ['Djibouti', 11.825], ['Denmark', 56.264], ['Dominica', 15.415], ['Dominican Republic', 18.736], ['Algeria', 28.034], ['Ecuador', -1.831], ['Estonia', 58.595], ['Egypt', 26.821], ['Western Sahara',...