US and LocationTypes
by amrutaJgtp
HTML
<script src="http://code.highcharts.com/maps/highmaps.js"></script>
<script src="https://code.highcharts.com/mapdata/countries/us/us-all.js"></script>
<div id="container" style="max-width: 1000px" ></div>
JavaScript
$(function () {
// Prepare demo data
var data = [{
'hc-group':'admin1',
'hc-key': 'us-wa',
'hc-a2':'WA',
'labelrank':0,
'hasc':'US.WA',
'woe-id':2347606,
'state-fips':53,
'fips':'US53',
'postal-code':'WA',
'name':'Washington',
'country':'United States of America',
'region':'west',
'woe-name':'Washington',
'woe-label':'Washington, US,United States',
'type':'State',
'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
}, {
...