D3 DISHAT Menú contextual

.on("contextmenu", function (d, i) {
    d3.event.preventDefault();
    // react on right-clicking
})
Arex