auchenberg / dependo

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

Cyclic dependency graph #8

Open patons02 opened 10 years ago

patons02 commented 10 years ago

Would it be possible to create a graph of cyclic dependencies? I can do this in madge but it doesn't have the image capabilities. I used the command: madge -c

trusktr commented 8 years ago

This would be excellent. I was able to do this manually by apply some CSS to the lines and nodes via Chrome DevTools, ending with something like:

screen shot 2016-07-06 at 1 53 30 pm

But a feature specifically for this would be nice.