hide

hides HTML area element within the specified node

void hide(HTMLElement html,string userdata,boolean mode);
html
HTMLElementHTML element in which map areas need to be hidden userdata
stringvalue of 'userdata' attribute of the area element (used by chart series) mode
booleantrue for hiding, false for showing

Example

map.hide(document.getElementById("mydiv"), "data", true);

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.