in src/AIHub/wwwroot/js/pages/utilities.js [277:308]
e.prototype.initMaps = function() {
0 < s("#world-map-markers").length && s("#world-map-markers").vectorMap({
map: "world_mill_en",
normalizeFunction: "polynomial",
hoverOpacity: .7,
hoverColor: !1,
regionStyle: {
initial: {
fill: "#91a6bd40"
}
},
series: {
regions: [{
values: {
KR: "#91a6bd40",
CA: "#b3c3ff",
GB: "#809bfe",
NL: "#4d73fe",
IT: "#1b4cfe",
FR: "#727cf5",
JP: "#e7fef7",
US: "#e7e9fd",
CN: "#8890f7",
IN: "#727cf5"
},
attribute: "fill"
}]
},
backgroundColor: "transparent",
zoomOnScroll: !1
})
}