I'm using Highmaps - Rich information on click. On the site the demo is a map of the world but I'm trying to just use the states of the country Colombia. I haven't been able to get Highmaps to display the data, it only displays one state and I need it to display all of the states. I already included the correct map:
var mapData = Highcharts.geojson(Highcharts.maps['countries/co/co-all']);
Heres the jsfiddle with my code.