home/aissorg/public_html/admin/assets/js/jvectormap.js 0000644 00000001624 15116273720 0017172 0 ustar 00 !function($) {
"use strict";
$('#world_map').vectorMap({
map: 'world_mill',
scaleColors : ['#7539FF', '#7539FF'],
normalizeFunction : 'polynomial',
hoverOpacity : 0.7,
hoverColor : false,
regionStyle : {
initial : {
fill : '#7638ff'
}
},
backgroundColor : 'transparent'
});
$('#usa').vectorMap({
map: 'us_aea',
backgroundColor: 'transparent',
regionStyle: {
initial: {
fill: '#7638ff'
}
}
});
$('#india').vectorMap({
map : 'in_mill',
backgroundColor : 'transparent',
regionStyle : {
initial : {
fill : '#7638ff'
}
}
});
$('#uk').vectorMap({map: 'uk_countries_mill',backgroundColor: 'transparent',
regionStyle: {
initial: {
fill: '#7638ff'
}
}});
$('#russia').vectorMap({
map: 'ru_mill',
backgroundColor: 'transparent',
regionStyle: {
initial: {
fill: '#7638ff'
}
}});
}(window.jQuery)