Sébastien Drouyer
Sébastien Drouyer
Sorry for the late answer. It is not a feature yet.
For the moment, a link can have only one input and one output. But you can create two links instead from the same input using the `multipleLinksOnInput` and `multipleLinksOnOutput` options.
Hi, Sorry for my late answer. There is no easy way to do that at the moment sorry (you would need to change the plugin). Thanks, Sébastien
Yes, check the `setData` method and http://sebastien.drouyer.com/jquery.flowchart-demo/#example_7
Not at the moment, sorry!
You can set css classes on your operators, maybe you could use that? Otherwise changing the style could be indeed a feature we could add...
Hi, You are welcome. You could do this by getting the operator's data using `getOperatorData`, changing what you want in the operator's data, and then setting back again using `setOperatorData`....
Hi. For the moment it is not a feature, sorry. Thanks.
It is indeed not a functionality yet. Since you are not the first one to ask this, I mark this as a possible enhancement.
Hi ! Thanks for your question and your answer. I note that problem, as the plugin could throw a warning if a connector is not integer or is not found....