• 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!

    https://wordpress.org/plugins/ideal-interactive-map/

Viewing 16 replies (of 16 total)
Viewing 16 replies (of 16 total)
  • The topic ‘How to make whole country clickable’ is closed to new replies.