jsplumb - how to make connector fixed?

40 views Asked by At

As this png, the connector is at "BOTTOM", and if I move the box to left, the connector moved to "LEFT" too(as the 2nd png). enter image description here

enter image description here

But I want the connector to fixed at "BOTTOM", how to do? Thx!

1

There are 1 answers

0
jsPlumb Team On

This behaviour is due to the anchor you're using

https://docs.jsplumbtoolkit.com/community/lib/anchors

You want to use 'Bottom' for a fixed anchor on the bottom edge.