dagrejs / dagre-d3

A D3-based renderer for Dagre
MIT License
2.84k stars 587 forks source link

Detect nodes with no edges? Orphans? #335

Open surfjedi opened 6 years ago

surfjedi commented 6 years ago

Any one have an easy way to detect nodes with no edges?

smetroid commented 4 years ago

In case anyone else comes here looking for this information https://github.com/dagrejs/graphlib/wiki/API-Reference contains some api methods that may be useful.