Roman Bruckner
Roman Bruckner
As user I want to the link's arrowhead (as being dragged) to be automatically aligned with the other end of the link or the existing vertices. Here's an example of...
### Discussed in https://github.com/clientIO/joint/discussions/1746 Originally posted by **alexandernst** July 21, 2022 I made a small demo [0] that is using `getSuccessors()` to find all the elements that are connected to...
docs: add element.prop() passing propertyPath, propertyValue information along with the change event
### Discussed in https://github.com/clientIO/joint/discussions/1754
### Discussed in https://github.com/clientIO/joint/discussions/1717 Originally posted by **eLizardiDevelopair** July 5, 2022 Hi everyone, I want to implement port reordering inside a node. Can I make it clicking a port and...
… connectors.smooth: add directions option
```javascript var MyCell = joint.dia.Cell.extend({ attribute: ['value'] }); var myCell = new MyCell({ attribute: [] }); // Previously console.log(myCell.get('attribute')) // output `['value']` // After this change console.log(myCell.get('attribute')) // output `[]`...
Exploring a possible replacement for jQuery - https://github.com/clientIO/joint/issues/127