Server IP : 144.76.124.212 / Your IP : 216.73.216.36 Web Server : LiteSpeed System : Linux l4cp.vnetindia.com 4.18.0-553.40.1.lve.el8.x86_64 #1 SMP Wed Feb 12 18:54:57 UTC 2025 x86_64 User : rakcha ( 1356) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home5/rakcha/www/admin/assets/js/pages/map/ |
Upload File : |
var MapsVector = function() { var e = function(e) { var o = { map: "world_en", backgroundColor: null, borderColor: "#333333", borderOpacity: .5, borderWidth: 1, color: "#c6c6c6", enableZoom: !0, hoverColor: "#9dbd78", hoverOpacity: null, values: sample_data, normalizeFunction: "linear", scaleColors: ["#E8E8E8", "#C1C1C5"], selectedColor: "#b6ce9a", selectedRegion: null, showTooltip: !0, onRegionOver: function(e, o) { "ca" == o && e.preventDefault() }, onRegionClick: function(e, o, r) { var a = 'You clicked "' + r + '" which has the code: ' + o.toUpperCase(); alert(a) } }; o.map = e + "_en"; var r = jQuery("#vmap_" + e); r && (r.width(r.parent().width()), r.vectorMap(o)) }; return { init: function() { e("world"), e("usa"), e("europe"), e("russia"), e("germany"), App.addResizeHandler(function() { e("world"), e("usa"), e("europe"), e("russia"), e("germany") }) } } }(); jQuery(document).ready(function() { MapsVector.init() });