-
**version:** jsplumb 5.8.3
**description:** This request is about allowing recalculation of target selectors (through a function call) during a drag.
The reason is to avoid always rendering DOM ele…
-
not entirely sure which ones to support, but the grid size/snap to grid are two requests from [a user of jsplumb](https://github.com/jsplumb/jsPlumb/issues/618#issuecomment-334540494)
-
首先感谢开源这个好用的demo
我在使用过程中,发现血缘高亮功能面对闭环会陷入死循环,报错:
```bash
jsPlumb: fire failed for event click : RangeError: Maximum call stack size exceeded
```
建议在寻找上下游的迭代过程中加个可配置的迭代次数参数 应该可以解决问题
-
Implement color markers for each category of problems and ability to remove the marks.
Needs:
1) Addition of collapsable nodes(squared box) for each mark on the canvas.
2) Change in the marker imprin…
-
When I create a programmatic connection with a type previous registered, as follows:
```
jsPlumb.registerConnectionTypes({
"basic": {
paintStyle:{ stroke:"blue", strokeWidth:5 },
hov…
-
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 "Custom" overlay type. It works pr…
-
I can create threats, and drag and drop stencils. The thing I can't figure out is how to connect the stencils with lines. If a person has to read the documentation to figure that out, it may be that…
-
I have set "plumbInstance.draggable(plumbInstance.getSelector('#divId'), {containment: true});"
And the div has style position: 'absolute', its direct container div has style position: 'relative'.
I…
-
on WebUI
-
I want to implement a zoom feature in my Angular app which uses JsPlumb Community to display flowcharts.
I have followed the sample given here: https://docs.jsplumbtoolkit.com/community-2.x/current…