-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Links broken #103
Comments
Did you discovered how to solve this @LPerezPS? I'm facing the same problem, but I'm using jQuery instead of Angular. |
Just to help whoever is having this issue in the future: I was able to solve this using the |
Sorry for dont replay early but im a little busy, no i cant find a solution to this moment and i try the built method but still show the links broken, what version of jquery are using? and how you implement the method?; im using this way: "Init" Load |
I'm using with jQuery v1.12.4, in a Wordpress instalation. I've tried to use the But, my flowchart is placed inside a Bootstrap modal, so I placed the
This way, every time I open the modal containing the flowchart, the links are drawed again. |
Yeah, im gonna think is the version cuz im using 3.3.1 and the plugins was update 2 years age soo if the redrawLinksLayer work for you that is nice :D |
Well, I'm facing the same problem and the
does't work for me. |
Try
|
Hello.
I'm trying to reload data from server using "setData", operators, inputs and outputs work but the links look broken at first.
Then if i move some operator the links show correctly.
I'm using AngularJS, execute the method using ng-init, and retrive data from the server with http post.
Thanks in advance.
The text was updated successfully, but these errors were encountered: