D3.js Tutorial: Drag and Drop
In our previous tutorial we explained how to handle click events with D3.js to add, remove and select shapes in a SVG chart.
Using the same map example this tutorial explains how to handle drag and drop with D3.js. To follow this guide you must know about:
- D3.js installation,
- D3.js selectors,
- and D3.js data binding.
All these concepts are explained in our D3 getting started guide.