Andrew Oliver
Andrew Oliver

Reputation: 41

Is there an alternative for jvectormap

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 jQuery?

Upvotes: 3

Views: 5825

Answers (1)

Mustafa Omar
Mustafa Omar

Reputation: 449

There're two good alternatives for me I'd recommend!

1) Using amcharts which is incredibly powerful alternative but you will need to use the whole library, about 150KB plus the map. https://www.amcharts.com/

2) An alternative library for jvectormap I've created recently, you don't need jQuery anymore as a dependency to make it work!

Github repo: https://github.com/themustafaomar/jsvectormap
Demo: https://3iw9b.csb.app/
Code at https://codesandbox.io/s/charming-cdn-3iw9b

Upvotes: 8

Related Questions