jqvmap

Solutions on MaxInterview for jqvmap by the best coders in the world

showing results for - "jqvmap"
Justin
29 Apr 2020
1jQuery('#vmap').vectorMap({    map'world_en',    backgroundColor'#a5bfdd',    borderColor'#818181',    borderOpacity0.25,    borderWidth1,    color'#f4f3f0',    enableZoomtrue,    hoverColor'#c9dfaf',    hoverOpacitynull,    normalizeFunction'linear',    scaleColors: ['#b6d6ff''#005ace'],    selectedColor'#c9dfaf',    selectedRegionsnull,    showTooltiptrue,    onRegionClickfunction(element, code, region)    {        var message = 'You clicked "'            + region            + '" which has the code: '            + code.toUpperCase();         alert(message);    }});