In jVectorMap, I tried to find a solution to show the marker labels permanently, but I couldn\'t make it. I also didn\'t find anything about it in the documentation.
I j
There isn't a quick or simple one.
The way jVectorMap displays labels is by using a div and a label property/object for the map object, which changes its position and text.
If you want static permanent labels you'll have to construct and position and show them from scratch or you could clone the label object and set show()
to be the default. Also, you'd have to code out the conflict of overlapping labels on mouse over map.