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?
- 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
1 Answer
Reset to default 8There'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
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744090116a4556919.html
评论列表(0条)