almende / vis

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

Overlapping Edges in Vis.js 4.20.0 and later #4284

Open cloakedch opened 5 years ago

cloakedch commented 5 years ago

When using any version beyond 4.20.0, i get overlapping edges for a simple hierarchical graphwith predefined levels, even though overlapping is avoidable in the graph. This was not the case until 4.19.0. What is the problem?

Example graph using 4.19.0: image

Code: https://jsbin.com/konepey/1/edit?html,js,output

Example graph using 4.20.0 (or use latest 4.21.0, doesn't matter): image

https://jsbin.com/gozalaf/edit?html,js,output

Triet commented 5 years ago

I ran into the same issue, check out this issue for some more info.

https://github.com/almende/vis/issues/3357