Highcharts Demo
author(s): Torstein Hønsi
by kunwalle
HTML
<script src="https://code.highcharts.com/maps/highmaps.js"></script>
<script src="https://code.highcharts.com/maps/modules/data.js"></script>
<script src="https://code.highcharts.com/maps/modules/exporting.js"></script>
<script src="https://code.highcharts.com/mapdata/custom/world.js"></script>
<div id="container"></div>
CSS
#container {
height: 500px;
width: 500px;
margin: 0 auto;
}
.loading {
margin-top: 10em;
text-align: center;
color: gray;
}
JavaScript
// Initiate the chart
Highcharts.mapChart('container', {
title: {
text: 'Individually disabled data labels'
},
colorAxis: {},
legend: {
align: 'left',
floating: true,
title: {
text: 'Random data'
}
},
series: [{
data: [{
name: "Northern Territory",
value: 1,
path: "M385,111,392,109,400,111,401,105,393,97,392,92,396,86,401,86,404,70,409,72,414,64,411,58,411,53,416,53,417,49,424,45,425,38,432,38,436,32,447,35,458,34,464,36,473,31,481,29,479,18,474,14,467,13,461,7,474,2,484,13,489,10,495,19,507,22,514,19,515,24,538,28,541,28,548,34,552,35,556,31,564,32,565,35,572,34,575,40,579,41,583,36,579,32,587,28,588,28,591,33,595,34,597,35,600,39,595,44,591,50,587,51,588,57,585,62,580,60,570,67,570,76,573,79,569,87,569,89,565,93,559,103,556,105,559,112,578,125,580,129,589,133,591,140,600,138,611,145,619,149,623,157,614,415,564,413,501,412,417,415,395,415zM407,24,417,26,425,22,433,25,444,18,448,12,448,6,442,5,428,10,418,7,414,9,410,15,410,17zM582,92,597,93,600,89,595,85,596,78,586,75,585,78,583,88z"
}, {
name: "Tasmania",
value: 4,
path: "M780,917,785,909,789,907,795,897,797,897,803,898,806,894,810,879,816,874,817,863,817,853,820,846C820,846,815,839,814,839,812,839,806,844,806,844L793,844,787,845,778,848,762,840,746,832,744,832,742,837,741,843,745,855,748,864,753,872,754,879,753,884,753,888,760,904,764,913,767,914,773,914,778,917zM811,813,815,810,816,810,820,815,822,820,822,826,818,827,814,822,812,816zM729,796,727,802,727,810,728,813,731,814,733,811,735,805,735,800,734,798,733,796z"
}, {
name: "Queensland",
value: 2,
path:...