I have a Highmaps-map of the world, and display data for some countries. Getting a click handler for these countries is simple. (see also highmaps get country name on click event)
However, I would like to be able to also detect clicks on countries without data.
I found I can add a generic click handler to the map, but the event does not give me the selected country.
Any hints?
Relevant part of the options:
options: {
chart: {
events: {
click: function (e) { console.log( e);},