themustafaomar / jsvectormap

A lightweight JavaScript library for creating interactive maps and pretty data visualization.
https://jvm-docs.vercel.app
MIT License
398 stars 80 forks source link

feat: Added ability to add custom classes to the marker element #152

Open dgvozdenovic-edeja opened 5 months ago

dgvozdenovic-edeja commented 5 months ago

Hi @themustafaomar ,

One more improvement we made on the map was to add the ability to decorate the marker elements with a custom class. This allows greater flexibility in customizing the style and behaviour of individual markers without introducing any negative side-effects.

Please consider this improvement. Thanks!