Search code examples
jquerycssjvectormap

JVectorMap tooltip, label


Does anyone know how to style the tooltip/label in JVectorMap http://jvectormap.com/? I can't inspect it with the firebug. I need to add z-index as it appears under the map. Also is there a way to have the markers tooltip showing the whole time instead only on hover? Thanks,


Solution

  • see it here jVectorMap label is not visible, why?

    onLabelShow: function(event, label, code) {
        if (code == 'it') {
            event.preventDefault();
        } else if (code == 'it') {
            label.text('bla bla bal');
        }
    }