Clickable JQVmap

jQuery Vector Maps v1.5.0



      
        <!-- Example Map Above  -->
        <script src="js/jquery.vmap.js"></script>
        <script src="js/jquery.vmap.world.js"></script>
        <script src="js/jquery.vmap.sampledata.js"></script>
         
        <script>
        jQuery('#vmap').vectorMap({
            map: 'world_en',
            backgroundColor: #fff,
            color: '#ffffff',
            hoverOpacity: 0.7,
            selectedColor: '#666666',
            enableZoom: False,
            showTooltip: true,
            values: sample_data,
            scaleColors: ['#C8EEFF', '#006491'],
            normalizeFunction: 'polynomial'
        });
        </script>
         
        <div id="vmap" style="width: 600px; height: 400px;"></div>
      
    

“JQVMap is a jQuery plugin that renders Interactive, Clickable Vector Maps. It uses resizable Scalable Vector Graphics (SVG) for modern browsers like Firefox, Safari, Chrome, Opera and Internet Explorer 9.”

10 Best Design

This project is a heavily modified version of jVectorMap, updated ongoing since 2012.

585

Forks

1.5k

Stars

214

Commits

40

Contributors

Infinite options for clickable maps, JQVmap is the top source for interactive maps for websites & apps alike.