FusionCharts - Simple World Map

Created using FusionCharts Suite XT - www.fusioncharts.com

HTML

<script src="https://static.fusioncharts.com/code/latest/fusioncharts.js"></script>
<script src="https://static.fusioncharts.com/code/latest/fusioncharts.maps.js"></script>
<script src="https://static.fusioncharts.com/code/latest/themes/fusioncharts.theme.fint.js"></script>
<script src="https://static.fusioncharts.com/code/latest/fusioncharts.worldwithcountries.js"></script>
<div id="chart">
  FusionCharts will render here</div>

JavaScript

FusionCharts.ready(function() {
  var chartHeight = '350';

  var chart = new FusionCharts({
    type: 'worldwithcountries',
    renderAt: 'chart',
    dataFormat: 'json',
    dataSource: {
      "chart": {
        "animation": "0",
        "usehovercolor": "1",
        "canvasbordercolor": "FFFFFF",
        "bordercolor": "FFFFFF",
        "showlegend": "1",
        "showshadow": "0",
        "caption": "[TITLE]",
        "captionPosition": "top-center",
        "chartLeftMargin": "100",
        "subcaption": "[SUBTITLE]",
        "connectorcolor": "000000",
        "hovercolor": "AAAAAA",
        "showLabels": "0"
      },
      "colorrange": {
        "gradient": "0",
        "minvalue": "0",
        "code": "#e44a00",
        "color": [{
          "maxvalue": "1",
          "code": "FF0000"
        }, {
          "maxvalue": "2",
          "code": "43a047"
        }, {
          "maxvalue": "3",
          "code": "fbc02d"
        }, {
          "maxvalue": "4",
          "code": "CCCCCC"
        }, {
          "maxvalue": "5",
          "code": "aed581"
        }]
      },
      "data": [{
        "id": "93",
        "value": "1"
      }, {
        "id": "129",
        "value": "3"
      }, {
        "id": "39",
        "value": "3"
      }, {
        "id": "208",
        "value": "2"
      }, {
        "id": "130",
        "value": "4"
      }, {
        "id": "40",
        "value": "3"
      }, {
        "id": "207",
        "value": "3"
      }, {
        "id": "01",
        "value": "3"
      }, {
        "id": "25",
        "value": "1"
      }, {
        "id": "94",
        "value": "3"
      }, {
        "id": "206",
        "value": "3"
      }, {
        "id": "175",
        "value": "1"
      }, {
        "id": "131",
        "value": "1"
      }, {
        "id": "95",
        "value": "1"
      }, {
        "id": "02",
        "value": "3"
      }, {
        "id": "190",
        "value": "3"
      }, {
        "id": "96",
        "value": "0"
     ...