hi,
the connection-arrow is always covered by the port.
you can see this in your online demo:
Diagram · Ports · Syncfusion React UI Components
I tried the zIndex but it didn't work.
Is there a way to bring the arrow in front?
2. Question:
I want the connection-arrow end just at the start of the port. Default is that the line ends in the middle of the port.
I used targetPadding=2 on the connection which basically does the job right.
But when using it the connection is not 100% fixed in the middle of the port ... it depends where the nodes are located. here some examples..
when the nodes have the same Y (targetPadding=2).
nodes with different Y
(targetPadding=2)
and when the target node has a lower X than the source-node:
(targetPadding=2)
the arrow gets covered by the node.