How to make whole country clickable
-
Hello,
I would like to have whole country clickable and would like to hide/delete that circle that is clickable now.
Do anyone have some ideas?
I got information from map creators that:var map = AmCharts.makeChart(“…”,{
areasSettings: {
selectable: true
}
});map.addListener(“clickMapObject”,function() {
console.log(this,arguments); // observed click
});but to be honest I can’t find it in js file.
best regards!
- The topic ‘How to make whole country clickable’ is closed to new replies.