I am using this demo to place my Map on a webpage: http://www.highcharts.com/maps/demo/geojson
My map is correctly loading but when I'm trying to enable the dataLabels I got this console error:
Uncaught TypeError: Cannot read property 'MPIO_CCDGO' of undefined
dataLabels: {
enabled: true,
format: '{point.properties.MPIO_CCDGO}'
}
This is my json file : https://jsfiddle.net/seph1603/sp6d2p3k/