Js Vector Map
Js Vector Map
Jsvectormap is a lightweight JavaScript library for creating interactive maps and pretty data visualization, supports all modern brownsers including IE9+.
We used some 3rd party plugins while developing the Qoduby template. We have customized these plugins according to our template. You can view examples of this plugin below.
You can find the original documentation of this plugin in the info card above.
Basic Example
+
−
const map = new jsVectorMap({
selector: '#map-wrapper',
map: 'world',
selectedRegions: ['EG', 'US', 'TR'],
regionStyle: {
selected: { fill: '#5151F9' },
},
});
<div id="map-wrapper"></div>