auchenberg / dependo

Visualize your CommonJS or AMD module dependencies in a force directed graph report.
MIT License
484 stars 50 forks source link

Nodes are not draggable with d3-3.4.3 and d3-3.5.5 #19

Open broussev opened 9 years ago

broussev commented 9 years ago

Steps to reproduce: In example.html, replace the source attribute of the script tag with: https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js

auchenberg commented 9 years ago

Seems like the API has changed.

Working example with 3.55: http://bl.ocks.org/mbostock/3750558