Jens Winkler

Results 18 comments of Jens Winkler

Ok that would be great. Otherwise the behavior would be inconsistent.

But `canvas.addGroup` would add a **new** group to the canvas. That's not what i want to do. I just want to change the parent of a group that already exist....

@noonnightstorm Your code sample would **create a** **new** **subgroup**, right? I'd like to turn an **existing group into a subgroup**. **Edited:** I tried your code snippet. It doesn't work. I...

I already tried it but it does not work. When i use `canvas.removeGroups` and `canvas.addGroups` the nodes won't be part of the group anymore. That means that the nodes of...

@noonnightstorm I currently don't get the problem with that issue as the behavior already exists when you drag and drop a group into another group. Could you please tell me...

@noonnightstorm I would really appreciate your help in this case. Is there any chance to get a response?

Hi, thanks for your response. It would be especially helpful when taking a picture of the current diagram. With a correct zoom level the diagram wouldn't cutted of when we...

Btw. to change the min/max zoom level i figured out that the if-clauses `this._zoomData < 0.25` und `this._zoomData > 5` in `baseCanvas.js` have to be changed. `0.25` and `5` could...

Thanks. I just tried it. My diagram is still moving to the center. The thing that changed is that it's not moving smooth anymore. I also figured out that with...

Allright, thanks for your response. Is there any possibility to render existing react components using butterfly-dag? Or do i have to reimplement the components?