Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
54 views

I'm using a Jquery library JSVectorMap (https://jvm-docs.vercel.app/docs/available-maps) to generate interactive SVG-based maps and add markers to them based on coordinates. This works great and I ...
Senne Vandenputte's user avatar
0 votes
1 answer
68 views

I tried to create a world map with marker place on it. But when I tried to OnMarkerClick it doesn't triggered the console.log why ? My Code: <div id="worldMap" style="width: 600px; ...
NewbieIsHere's user avatar
1 vote
1 answer
361 views

On Static HTML, JS, and JQuery, their solution is working fine as documented https://jvectormap.com/maps/world/world/ but when I try to use WordPress and use wp_enqueue_scripts hook for the assets of ...
Farhan Mullick's user avatar
1 vote
1 answer
67 views

Ive created a world map using JVectorMap and am wanting to open a box using Shadowbox.js displaying various information about each highlighted country - In this example it's specifically MENA ...
OverdueOrange's user avatar
0 votes
1 answer
89 views

Ive created a world map using JVectorMap and am wanting to open a box using Shadowbox.js displaying various information about each highlighted country - In this example it's specifically MENA ...
OverdueOrange's user avatar
2 votes
1 answer
431 views

I'm providing details below about my specific issue with jvectormap, but I believe this really breaks down to a question of how to import a module that's exporting a factory (not a class or var). ...
Dinotek's user avatar
  • 51
1 vote
1 answer
153 views

I have a generic problem whereby whenever I add React Router into one of my React project it proceeds to break other libraries ability to render, typically being packages from NPM such as Apex Charts ...
chrisheseltine's user avatar
1 vote
0 answers
29 views

My onregionclick function uses another function: onRegionClick={handleClick} In handleclick, I am calling state like so: const handleClick = (e, countryCode) => { setGuesses(guesses + 1); } ...
raghav nautiyal's user avatar
1 vote
0 answers
103 views

How can I show country tooltip when country is clicked and not on hover? Solutions I've found are using JQuery, but I'm looking for a React solution. Or, if someone could explain how I could use those ...
raghav nautiyal's user avatar
0 votes
1 answer
477 views

I have a simple JVector world map, initialized as below. What I'd like to do is to change the fill color of a desired region programmatically, via jQuery. I've been looking at this example https://...
PaulJK's user avatar
  • 319
0 votes
1 answer
280 views

I have been looking for the answer for a long time but couldn't find any solution. Let's say my website's default language setting is English and when a user hovers over the Map it shows the country's ...
kalibri_code_2022's user avatar
1 vote
0 answers
109 views

How can i convert the dimension of arc based on my coordinates, i have written this code using svgpath.js library path1[l] = draw .path() .attr({ fill: "none", stroke: "" +...
Noman Soomro's user avatar
0 votes
1 answer
57 views

Here is the structure of my php file: $lab = array( "repartition" => array ( array( "latLng" => array( xxx, xxx ), "name" => "Paris&...
made leod's user avatar
0 votes
0 answers
107 views

I'm trying to clear the user-selected region on click. But the selected region won't deselect. You can toggle empty or not selected but if you have predefined some regions then I can't find a solution ...
diponod240's user avatar
1 vote
2 answers
5k views

how are you? I am trying to make a form that contains a map in which to select the country of birth. For this I am using JVectorMap. However, in the Google Chrome developer console I get the following ...
David Zomada's user avatar
1 vote
1 answer
360 views

Can someone help me with jVectorMap for selecting 2 regions max. There are 2 options available for region color, they could be green or they could be red. Only one region can be green at the time and ...
Hygison Brandao's user avatar
0 votes
0 answers
88 views

I'm new to anything javascript and ajax, Python and Django, I can usually do the simple stuff to show model data on a web page, and fill forms etc. I'm just trying to figure out how Django, python ...
UVphoton's user avatar
  • 186
0 votes
1 answer
916 views

I've been teaching myself python and Django and wanted to show a clickable map on a webpage. I don't know javascript but I found jvectormap and it seems to be easy and works well. However I am ...
UVphoton's user avatar
  • 186
0 votes
1 answer
811 views

I've created this component in vue js: $(document).ready(function () { Vue.component('mappa', { mounted() { console.log("redy;"); this.initMap(); }, template: `...
Trink's user avatar
  • 584
1 vote
0 answers
236 views

I have data series with multiple region filter function. I have setFocus enabled in my map to be able to center the map once filtered. It seems to be that the scale is only working with single ...
Maddie's user avatar
  • 229
0 votes
1 answer
214 views

I have a flask/python site that needs to return pandas columns - CountryCode ("US") and Value (192656.56) - to an html template that presents a JVectorMap mapData must look like: var gdpData = { "...
Edward's user avatar
  • 359
1 vote
1 answer
1k views

I'm using JSON data to populate JVectorMaps (and others) directly. Up-to-date stats for most common indicators are available via json online - so this script should let you can pluck whatever data ...
Edward's user avatar
  • 359
0 votes
0 answers
331 views

I am trying to add markers from a MySQL database via PHP into jvectormap (version 2.0.2). I'm not sure what I'm doing wrong but when I add the markers dynamically using .AddMarkers, only a single ...
Bruno's user avatar
  • 521
1 vote
1 answer
961 views

i'm currently working on a script for the user to select a place on a map for a travel webapp, i'm also a newbie and have no working knowledge on javascript, I am developing the webapp on python -...
Santiago Molano's user avatar
3 votes
1 answer
7k views

I'm working on a project using Vuejs (not using jQuery) and the project requires a map like jvectormap but as I said I'm not using jQuery, so is there any other library for creating maps without ...
Andrew Oliver's user avatar
2 votes
0 answers
49 views

Following is the code for Vector World Map in index.html: <div class="card"> <div class="card-header"> <h4>World Traffic Frequency</h4> </div> <...
Ebenezer Isaac's user avatar
1 vote
1 answer
1k views

I want to create an animated marker on Jvector map, I want to use this Bootstrap Growing Spinner with different colors as makers how can I do that. My Jvector map code: jQuery.noConflict(); jQuery(...
ram krishna's user avatar
0 votes
1 answer
160 views

So my requirement is that when user click on a specific country on a continent map(http://jvectormap.com/maps/world/south-america/), it needs to be redirect to a search result page with the items in ...
Hasaka Sasaranga's user avatar
0 votes
1 answer
3k views

I have a problem when I call action for mutation in method drawMap(). So, I registered my store component in main.js import Vue from 'vue' import App from './App.vue' import router from './router' ...
Stas Zgurskiy's user avatar
0 votes
0 answers
79 views

I use JVectorMap use SVG world_mill and the Map function, now my problem is that every setting I enter doesn't work like the color to the Marker, instead of using MultiMap it works. My code new ...
Francesco Tozzi's user avatar
0 votes
1 answer
466 views

I'm trying to display coloured regions on the JVectorMap of the world included in the Creative Tim Angular Material Pro page. I have found some examples on StackOverflow to colour regions using ...
Aiden Dipple's user avatar
1 vote
0 answers
84 views

The license key purchase page is no longer available. Is this software no longer supported and unavailable for license purchase or is the software now free for commercial use.
user2547595's user avatar
1 vote
0 answers
163 views

Is there anyway to show only one region on jvector map . After this i have to highlighted particular city on that region onclick event below is the code that i have tried. <li><a href="#...
user3198563's user avatar
0 votes
2 answers
1k views

(I am new to Javascript and jQuery..) I have a dashboard and I want to display a map that shows the countries where participants of a particular event are coming from. With this, I opted with Jvector ...
Eric Sison's user avatar
1 vote
0 answers
446 views

I'm creating a single page application in which I have used react-jvectormap(link) to display online visitors of my site. Everything is working fine but when I am trying to navigate to the other page ...
Shweta's user avatar
  • 11
0 votes
1 answer
232 views

I need to create the following josn var Zone = { 'allzones': { "AD":[1, '2G,3G', 1], "AE":[1, '2G,3G,LTE', 2], "AF":[1, '2G,3G', 3], "AG":[1, '2G,3G,LTE', 1], "AI":[1, '...
Dev65's user avatar
  • 67
1 vote
0 answers
271 views

I am building a website in which I am integrating a map created with the JVectorMap library, each region instead of being colored must have a background image which represents the region, all right up ...
OrlandoVC's user avatar
3 votes
0 answers
171 views

I am studying web development and as part of a project I am doing I need to add an SVG map. I have managed to add a jVector map of New Zealand but am unable to alter in in any way because the ...
DakotaNZ's user avatar
0 votes
1 answer
1k views

I'm working with jvectormap to organize images that were collected across the globe. When a user hovers over a marker, an image with a description appears above the marker. Instead of this image ...
Yoni Linovili's user avatar
1 vote
0 answers
827 views

I've a world map with some highlighted countries, and only for these countries, I want to show the labels. The issue is that if these countries are close to each other, the labels are overlapped and ...
Giox's user avatar
  • 5,183
0 votes
1 answer
4k views

I'm trying to show labels for the only region I highlight on the map. Here is the code: var map = $('#map').vectorMap({ regionsSelectable: true, regionsSelectableOne: true, series: { ...
Giox's user avatar
  • 5,183
1 vote
1 answer
571 views

I found a problem I can't solve by myself. I just want to render a jsvectormap, so the odd thing is when it renders it is way too small. In addition to that there is a big black block in the site ...
Taranis's user avatar
  • 354
0 votes
1 answer
447 views

I am Working with the Jvector Map, In that I want to find the Country Code based on the Countries That I have in database as String. For eg. IF the Country in Database is 'Australia' it should ...
user avatar
0 votes
1 answer
710 views

I have a JSON code for A jvector Map WHich is as Follows : [ {"Country":"Australia","CountryCode":"AU","persons":"5"}, {"Country":"Spain","CountryCode":"ES","persons":"2"}, {"Country":"India","...
user avatar
0 votes
0 answers
252 views

I have fetched values From my MySQL Database and stored it in JSON Format. Now What I am trying to do is that I need to show those values on the JvectorMap. but I am not able to do it. Here is my PHP ...
user avatar
0 votes
1 answer
3k views

When I set the focus to a specific region, the map zoom in too much, I'd like to have it more wide. This is the code: var mapObj = $("#vmap").vectorMap("get", "mapObject"); mapObj.setFocus({ region: ...
Giox's user avatar
  • 5,183
1 vote
1 answer
342 views

I have a jVectorMap created with the following code var vmap = $('#world-map').vectorMap({ regionsSelectable: true, regionsSelectableOne: true, series: { regions: [{ ...
Giox's user avatar
  • 5,183
0 votes
0 answers
111 views

I Have a JSON Data which I fetched from the database using Mysql. The JSON is given Below : [ { "Country":"Australia", "persons":"5" }, { "Country":"Spain", ...
user avatar
0 votes
1 answer
327 views

I hope you can help me, it seems very simple but as I can pass paths as parameters using jvectormaps, something like that $('#worldMap').vectorMap({ map: 'world_mill_en', ...
Noe Herandez Vilchis's user avatar
3 votes
3 answers
5k views

I'm using Reactjs to display a map with jvectormap-next. I have to use jquery because react-jvectormap stop getting supported I guess. Here is my code: import React from "react"; import $ from "...
jim's user avatar
  • 1,136

1
2 3 4 5
9