Jero Soler
Jero Soler
Hello The default curve includes two curves. What you comment only includes a curve. For that type of curve the function would have to be overwritten. ```javascript editor.createCurvature = function(start_pos_x,...
Hello @icabbi-joegarlick View: https://github.com/jerosoler/Drawflow/issues/46 Jero
The information is saved in node. You can get the information with the method `getNodeFromId(id)`
Is it loading the css before starting? Try to add the css in the head If you try without the theme generator, only with the minimum css configuration, the line...
Surely it is some problem loading the css Try this, you will see that it works correctly: ```html Document body { display: block; width: 100%; height: 100%; position:absolute; margin: 0px;...
Create a codepen or similar to display your code,
View example with vue2: - https://github.com/jerosoler/Drawflow/issues/263#issuecomment-930449781
I think you are using this function: https://github.com/jerosoler/Drawflow/issues/288 As indicated in the previous one, you will have to modify the number 20. It is not impossible, but a node overlaps...
Hi @aniongithub It is not implemented. I want to implement a system like https://github.com/jerosoler/Drawflow/issues/45#issuecomment-701554099. But I haven't had time yet.
Have you modified the library? Have you overridden any method? Can you show your code?