I am attempting to create edges similar to the following static mock:
static representation of desired edges/curves
https://i.sstatic.net/uUTdI.png
While I can generate "S" shaped curves, I would like them to invert when moving downward from the root node as shown in the image. I have not found any information in the documentation that addresses how to achieve this.
You can view my demo here: https://codesandbox.io/s/l5m6mnlqrz
Another potential solution could be to smoothen out the 90-degree curve using a "taxi" curve style, but it appears that this is not currently possible.
I welcome any suggestions. Thank you.