I am using jsPlumb with success since a few months. I connect some div's with straight lines with no problems. Now I want to connect arbitrary div's placed anywhere with vertical or horizontal lines. To achieve this objective, I place lines using anchors testing each time the correct values of X,Y for each endpoint.
My objective is to place dynamically vertical or horizontal lines without having to recalculate statically the X,Y anchor values each time. Is there any possibility? Are there better alternatives to jsPlumb to achieve this?