I have a (rather simple) question: How to \"un-call\" force.drag on a selection made by D3.js? Let\'s say I created a set of elements and called \"call\" on it, giving it th
You are close. The drag event is initiated by a mousedown event with a namespace called drag. See: https://github.com/mbostock/d3/blob/master/src/behavior/drag.js#L5