panthernet / GraphX

GraphX for .NET
Apache License 2.0
316 stars 104 forks source link

How to make edges doesn't cross #116

Open SlimRG opened 4 years ago

SlimRG commented 4 years ago

How can I prevent edges fron crosing?

andreabodo commented 3 years ago

I'm having the same problem, if I understand the question correctly.

image

panthernet commented 3 years ago

Unfortunately it is not possible by default. You have to implement custom edge routing algorithm.

andreabodo commented 3 years ago

Is it possible instead to increase the distance between vertices from one level to the next or previous one? Maybe based on children number. I thought that by increasing vertical distance I could obtain straight edges or in any case not overlapping.