score:1

Accepted answer

this is because in your mapdata property you have this:

mapdata: highcharts.maps['countries/us/custom/us-all-territories'],

us-all-territories, but as you stated, you don't have the data for all of the territories.

the solution is to use a different custom map from highcharts, unfortunately it doesn't look like they have one with only the us territories you are looking for.

update: as the comment by kacper has mentioned: if you set allareas in series to false, then empty map zones will not be displayed. example: http://jsfiddle.net/oen00hec/


Related Query

More Query from same tag