Floating edges label misplaced #968
-
Hi again ;> After applying all the changes we've discussed today I'm facing one more issue. Here is the sandbox url: ttps://codesandbox.io/p/sandbox/blue-dawn-zkb7yv The problem is hard to reproduce but here is the result: For each edge there is a custom label renderer that displays the label x and y location, as you can see on the screenshot for node8 the label value stays " x " until you move node8 or any node connected to it. Because of that one of the labels always stays at 0x0 until node is moved. Any ideas? ;) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You're missing |
Beta Was this translation helpful? Give feedback.
It's not library code that isn't working, it's the calculation utils and I currently don't have the time to debug it.
Easiest solution: Don't use nodes that overlap on the same coordinates and don't use 0,0 and it should be fine.