hide
hides HTML area element within the specified node
void hide(HTMLElement html,string userdata,boolean mode);
HTMLElement | HTML element in which map areas need to be hidden | | userdata |
string | value of 'userdata' attribute of the area element (used by chart series) | | mode |
boolean | true 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.