You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
994 B
32 lines
994 B
6 years ago
|
$(function(){
|
||
|
$('#vmap-1').vectorMap({map: 'world_mill_en',backgroundColor: 'transparent',
|
||
|
regionStyle: {
|
||
|
initial: {
|
||
|
fill: '#8d8d8d'
|
||
|
}
|
||
|
}});
|
||
|
$('#vmap-3').vectorMap({map: 'europe_mill_en',backgroundColor: 'transparent',
|
||
|
regionStyle: {
|
||
|
initial: {
|
||
|
fill: '#8d8d8d'
|
||
|
}
|
||
|
}});
|
||
|
$('#vmap-4').vectorMap({map: 'us_aea_en',backgroundColor: 'transparent',
|
||
|
regionStyle: {
|
||
|
initial: {
|
||
|
fill: '#8d8d8d'
|
||
|
}
|
||
|
}});
|
||
|
$('#vmap-5').vectorMap({map: 'uk_mill_en',backgroundColor: 'transparent',
|
||
|
regionStyle: {
|
||
|
initial: {
|
||
|
fill: '#8d8d8d'
|
||
|
}
|
||
|
}});
|
||
|
$('#vmap-6').vectorMap({map: 'us-il-chicago_mill_en',backgroundColor: 'transparent',
|
||
|
regionStyle: {
|
||
|
initial: {
|
||
|
fill: '#8d8d8d'
|
||
|
}
|
||
|
}});
|
||
|
});
|