World Map
by amrutaJgtp
HTML
<script src="http://code.highcharts.com/stock/2.1.10/highstock.js"></script>
<script src="http://code.highcharts.com/4.1.10/highcharts-more.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highmaps/1.1.10/modules/map.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highcharts/4.1.10/modules/treemap.js"></script>
<script src="http://code.highcharts.com/modules/heatmap.js"></script>
<script src="http://code.highcharts.com/4.1.10/highcharts-3d.js"></script>
<script src="http://code.highcharts.com/mapdata/custom/world.js"></script>
JavaScript
$(function () {
// Prepare demo data
var data = [{
'hc-group':'admin0',
'hc-key': 'us',
'hc-a2':'US',
'name':'United States of America',
'labelrank':2,
'country-abbrev':'U.S.A',
'subregion':'Northern America',
'region-wb':'North America',
'iso-a3':'USA',
'iso-a2':'US',
'woe-id':23424977,
'continent':'North America',
'value': 93
}, {
'hc-group':'admin0',
'hc-key': 'jp',
'hc-a2':'JP',
'name':'Japan',
'labelrank':2,
'country-abbrev':'Japan',
'subregion':'Eastern Asia',
'region-wb':'East Asia and Pacific',
'iso-a3':'JPN',
'iso-a2':'JP',
'woe-id':23424856,
'continent':'Asia',
'value': 80
}, {
'hc-group':'admin0',
'hc-key': 'fr',
'hc-a2':'FR',
'name':'France',
'labelrank':2,
'country-abbrev':'Fr.',
'subregion':'Western Europe',
'region-wb':'Europe and Central Asia',
'iso-a3':'FRA',
'iso-a2':'FR',
'woe-id':-90,
'continent':'Europe',
'value': 60
}, {
'hc-group':'admin0',
'hc-key': 'in',
'hc-a2':'IN',
'name':'India',
'labelrank':2,
'country-abbrev':'India',
'subregion':'Southern Asia',
'region-wb':'South Asia',
'iso-a3':'IND',
'iso-a2':'IN',
'woe-id':23424848,
'continent':'Asia',
'value': 90
},{
'hc-group':'admin0',
'hc-key': 'cu',
'hc-a2':'CU',
'name':'Cuba',
'labelrank':3,
'country-abbrev':'Cuba',
'subregion':'Carribean',
'region-wb':'Latin America and Carribean',
'iso-a3':'CUB',
'iso-a2':'CU',
'woe-id':23424793,
'continent':'North America',
'value': 93
}, {
'hc-group':'admin0',
'hc-key': 'au',
'hc-a2':'AU',
...