Anybody has implemented a multi selector in D3 ? I mean the selector itself on the SVG.
I would like to draw a drag selection and select all nodes included. See the following picture where the red rectangle with glossy blue would select the nodes it covers.
There is some math to calibrate the selection but this won't be a problem. I'd like first to build the drag-shade. Anybody does something in the like ?