D3.js Drag the svg element on top of another element and define it

Hy

So let's say I have two elements:
A: not draggable
B: draggable

And I want when I drag B (using d3.js), and after I drag it to A, I want to detect this.

Is there any way to do this?

Thanks in advance

+4
source share

All Articles