dagrejs / dagre-d3

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

Enforce nodesep? #331

Open xin-jin opened 6 years ago

xin-jin commented 6 years ago

Just wondering how to enforce the nodesep? See the following diagram. Even if I set nodesep, the edges seem to add some space between the nodes.

screenshot from 2018-08-07 17-07-10

xin-jin commented 6 years ago

Just to clarify, I would like to fix the space between nodes, like this (the diagram was generated by Graphviz):

screenshot from 2018-08-07 17-11-27

haexhub commented 4 years ago

One related question: How can I set individual node separation per node?