Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggested fix for "jquery.jvectormap.js:1929 Uncaught TypeError: Cann… #390

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

franktopel
Copy link

…ot read property 'element' of undefined"

This error occurs when the data you hand over to the map as selectedRegions contains country short codes which the current map does not have. In our application e.g. our webservice always delivers data from all countries of the world, but we're using a map of Europe only. Diffing our data with the available countries in our chosen map would be painful.

…ot read property 'element' of undefined"

This error occurs when the data you hand over to the map as selectedRegions contains country short codes which the current map does not have. In our application e.g. our webservice always delivers data from all countries of the world, but we're using a map of Europe only. Diffing our data with the available countries in our chosen map would be painful.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant