!function($) { "use strict"; $('#world_map').vectorMap({ map: 'world_mill', scaleColors : ['#03a9f4', '#03a9f4'], normalizeFunction : 'polynomial', hoverOpacity : 0.7, hoverColor : false, regionStyle : { initial : { fill : '#2962ff' } }, backgroundColor : 'transparent' }); $('#usa').vectorMap({ map: 'us_aea', backgroundColor: 'transparent', regionStyle: { initial: { fill: '#2962ff' } } }); $('#india').vectorMap({ map : 'in_mill', backgroundColor : 'transparent', regionStyle : { initial : { fill : '#2962ff' } } }); $('#uk').vectorMap({map: 'uk_countries_mill',backgroundColor: 'transparent', regionStyle: { initial: { fill: '#2962ff' } }}); $('#russia').vectorMap({ map: 'ru_mill', backgroundColor: 'transparent', regionStyle: { initial: { fill: '#2962ff' } }}); }(window.jQuery)