Vector Maps
Vector maps are created using jQuery Mapael. it is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps.
Step 1
Add JavaScript library to your body tag on page
you can additional maps like one in demo by including it in js.
Step 2
Add Markup
Remember to add child to the selector with class name .map
Step 3
Initialize the map with data
Last updated