hides HTML area element within the specified node
| html | 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 |
map.hide(document.getElementById("mydiv"), "data", true);
Back to top