admin管理员组

文章数量:1398826

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?

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?

Share Improve this question asked Mar 8, 2020 at 14:46 Andrew OliverAndrew Oliver 411 silver badge3 bronze badges 2
  • Wele to SO. If you can please specify which all things you have already searched for in VueJS in replacement of jVectorMap, that will help reduce the efforts by others. – Sariq Shaikh Commented Mar 8, 2020 at 14:59
  • 2 Unfortunately I didn't find any alternative until I asked the question since I was searching for vector map not something like google map, I wanted a pure Javascript library. I found this: js.devexpress./Overview but it's paid and heavy. and I found this d3-graph-gallery./backgroundmap.html but I didn't like it.. – Andrew Oliver Commented Mar 9, 2020 at 9:40
Add a ment  | 

1 Answer 1

Reset to default 8

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

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./

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./themustafaomar/jsvectormap
Demo: https://3iw9b.csb.app/
Code at https://codesandbox.io/s/charming-cdn-3iw9b

本文标签: javascriptIs there an alternative for jvectormapStack Overflow