-
When there are nested containers rendered on UI (each with a separate JsPlumb instance), the Hover event throws an error.
Reference pull request - https://github.com/jsplumb/jsplumb/pull/1087
-
This is quite a big task, so most likely it will need to be split into multiple PRs.
The goal is to remove all the dependencies that are stored in the repository, in the `libraries` directory, as t…
-
The paid JsPlumb toolkit has this feature. We may need to reimplement.
-
Hi,
I'm using jsplumb version 2.5.7 and scoped connections. I decided to include the group feature to my workflow, but when I collapse the group, the connections are lost if they were previously c…
-
Visualize running jobs in the UI using one of the following libraries:
- [Canviz](http://www.ryandesign.com/canviz/)
- [arbor.js](http://arborjs.org/)
- [visjs](http://visjs.org/)
- [jsplumb](http://…
-
With the release of Google Chrome 24, the WebKitBlobBuilder API has been removed:
http://thenextweb.com/google/2012/11/08/google-releases-chrome-24-beta-says-browser-has-become-26-faster-since-last-ye…
lndb updated
11 years ago
-
Hello people,
I have following problem ...
I used jsplumb in a project using a plumber-service.ts.
if I write following:
```
constructor(_flowchartService: FlowChartService) {
this.jsPlumb.setC…
-
If add tag `` got error
Crome error -
TypeError: Cannot read property 'importDefaults' of undefined
FF error
TypeError: "this.plumb is undefined"
-
1. https://github.com/wbkd/react-flow
![image](https://user-images.githubusercontent.com/10903843/177459351-86ddf55e-6a51-4863-8d5e-50f9585450a3.png)
2. https://github.com/antvis/x6
![image](http…
-
First,I use set two point ,A and B,by using addEndpoint , then I connect A and B by the function of jsplumb.connect,and I delete the link between A and B by jsplumb.detach,connnect C with A and B ,
…