almende / vis

⚠️ This project is not maintained anymore! Please go to https://github.com/visjs
7.86k stars 1.48k forks source link

network > layout > hierarchical - disable intralayer edges. #4254

Open SumNeuron opened 5 years ago

SumNeuron commented 5 years ago

At the moment the layout algorithm for hierarchical networks allow for interlayer edges (e.g. if an arc a->b exists in data then nodes a and b could both be in layer i).

This can be disadvantageous. Please allow toggle for whether or not this behavior is allowed.

SumNeuron commented 5 years ago

@mojoaxel any updates?