I’m having trouble with getting bindings to work for portId.
I have 2 circles let’s call nodeA and nodeB with a link between the two as follows:
In my application I have the ability to wrap a circle with a larger circle. If a user does this then I need the arrow to point to the larger circle. What’s actually happening though is that the arrow looks like it’s not going to the actual circular shape. In this picture the top is the desired result but the bottom is whats’ actually happening
Here’s the code for the smaller circle and larger circle. As you can see they both have a portId binding and do the opposite. So if large circle exists then the portId for small circle is null and portId for large circle is ‘’, and vice versa
I’ve also already tested out the binding and I can see it is being triggered at the correct time and going down the correct path so I’m not sure why it doesn’t work as expected