I have spent some time researching this problem but have had no luck.
Using the Raphael javascript library I am able to visualize some data. These elements (rectangles) are draggable. This works fine. However I would like to join two elements together using a path that stays connected when someone drags the elements around.
I know this can be done because there is a demo of it on the Raphael site: (LINK).
I'm not sure how to make a path (line) that stays connected in this manner. Any help or pointers would be much appreciated.
The easiest way is to certainly download all the script and HTML from that demo then dig through to learn more about the inner working of that library.
Thank you. Yes, that is what I'll do. It's not bad at all but still a little complicated when coming to it new. I was being a bit lazy and hoping someone might have an easy guide or even a library that enables this.
Bookmarks