MIF_E31230680/public/assetdashboard/vendor/jvectormap/custom/map-africa.js

18 lines
342 B
JavaScript

// Africa
$(function(){
$('#mapAfrica').vectorMap({
map: 'africa_mill',
backgroundColor: 'transparent',
scaleColors: ['#FF7E39'],
zoomOnScroll:false,
zoomMin: 1,
hoverColor: true,
series: {
regions: [{
values: gdpData,
scale: ['#01902d', '#1146bf', '#dcf7e4'],
normalizeFunction: 'polynomial'
}]
},
});
});