1 d3.event = null;
2
3 function d3_eventCancel() {
4 d3.event.stopPropagation();
5 d3.event.preventDefault();
6 }