MOOC Students by Country

HTML

<script type="text/javascript" src="https://www.google.com/jsapi?autoload={'modules':[{'name':'visualization','version':'1.1','packages':['geochart']}]}"></script>
       <div id="regions_div" style="width: 900px; height: 500px;"></div>
        Number of Students
    <br>Source: European Journalism Centre

CSS

body {
    color: black;
    font-size: 20px;
    
}

JavaScript

google.setOnLoadCallback(drawRegionsMap);

      function drawRegionsMap() {

        var data = google.visualization.arrayToDataTable([
          ['Country', 'Number of Students'],
          ['Algeria', 1],
          ['Argentina', 13],
          ['Armenia', 1],
          ['Australia', 28],
          ['Austria', 10],
          ['Azerbaijan', 1],
          ['Bangladesh', 2],
          ['Belarus', 3],
          ['Belgium', 25],
          ['Boliva', 2],
          ['Bosnia and Herzegovina', 3],  
          ['Botswana', 1],
          ['Brazil', 51],
          ['Bulgaria', 3],
          ['Burundi', 1],
          ['Cameroon', 4],
          ['Canada', 49],
          ['Chile', 1],
          ['China', 12],
          ['Colombia', 8],
          ['Costa Rica', 1],
          ['Croatia', 4],
          ['Cyprus', 1],
          ['Czech Republic', 2],
          ['Congo', 1],   
          ['Denmark', 8],
          ['Egypt', 8],
          ['Estonia', 3],
          ['Ethiopia', 1],
          ['Finland', 8],
          ['France', 39],
          ['Georgia', 12],
          ['Germany', 72],
          ['Greece', 22],
          ['Guatemala', 3],
            ['Guyana', 1],
            ['Hong Kong', 3],
            ['Hungary', 9],
            ['Iceland', 1],
            ['India', 20],
            ['Indonesia', 2],
            ['Iran', 1],
            ['Iraq', 1],
            ['Ireland', 15],
            ['Isreal', 3],
            ['Italy', 84],
            ['Japan', 9],
            ['Jordon', 1],
            ['Kazakhstan', 1],
            ['Kenya', 21],
            ['Latvia', 1],
            ['Lebanon', 1],
            ['Libanon', 1],
            ['Lithuania', 3],
            ['Luxembourg', 2],
            ['Macedonia', 1],
            ['Malaysia', 6],
            ['Maruitius', 2],
            ['Mexico', 5],
            ['Morocco', 1],
            ['Nepal', 4],
            ['Netherlands', 37],
            ['New Zealand', 9],
            ['Nigeria', 7],
            ['North Korea', 1],
        ...