-1

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!

Yorn Qiu
  • 29
  • 2

1 Answers1

0

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.

jsPlumb Team
  • 247
  • 1
  • 3