community-edition icon indicating copy to clipboard operation
community-edition copied to clipboard

The community edition of jsPlumb, versions 1.x - 6.x

Results 109 community-edition issues
Sort by recently updated
recently updated
newest added

https://docs.jsplumbtoolkit.com/toolkit/5.x/

I want to add custom overlays to my connections. I am going to include double arrows, squares, and arrows without being filled. Therefore, I think, I need to use the...

enhancement

Hello, in the full-screen mode of Google browser, the scroll bar appears, periodically pulls data, and redraws the jsplumb line position is offset, may I ask why ![image](https://github.com/jsplumb/community-edition/assets/51853339/a096ffce-196d-4373-9a45-694f048e63cf)

Hello, I wanted to try the group, nodes and edges example with jsplumb 6, but cannot find working example - only js with array of groups. with version 2, i...

I have a used case where I would love to set a `g` (svg group element) as `target` and `source` of a connection. I see that is possible with `svg`...

Hello Sporritt, newInstance method does not accept a property called Container but it is in the jsPlumb version 6.0.0 demos. So how does one set up a container in 6.x?...

When using the event listener detach, and then calling getConnections(), it doe not reflect the new set of connections. ``` instance.bind("connection:detach", function (info) { console.log(instance.getConnections()); }); ``` The detached connection...

When a connection is detached, I need to loop over the jsPlumb object to rebuild my app's understanding of how all the objects are connected to each other. It appears...

Hello! I'm trying to create a simple app that uses an svg "g" element as the container where I add other svg elements. I have no problem creating the endpoints...

Hello guys! Trying to install vue3 jsplumbtoolkit package and receive error during installation: tarball data for @jsplumbtoolkit/browser-ui-vue3@file:jsplumbtoolkit\jsplumb-browser-ui-vue3.tgz (null) seems to be corrupted. Trying again. Aby thoughts? Thx a lot!