Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1065
Hide and show Labels
posted

Hi,

I am using marker template to show the labels of the state.

I want to provide option for the user to hide/show labels. For hiding labels I am using 

$("#map").igMap("option", "series", [{
name: "Parent",
markerTemplate: null,
tooltipTemplate: null
}]);

To show labels again what shall I do?

Regards,

Pavan