sdrdis/jquery.flowchart

multiple links to a single input/output

ChuckGeoBMS opened this issue · 0 comments

Hi,

It looks like you can create the data structures to create multiple links to a single input/output, but only 1 is drawn:

"links": { "0": { "fromOperator": "operator1", "fromConnector": "output_1", "fromSubConnector": 0, "toOperator": "operator2", "toConnector": "input_2", "toSubConnector": 0 }, "1": { "fromOperator": "created_operator_0", "fromConnector": "output_1", "fromSubConnector": 0, "toOperator": "operator2", "toConnector": "input_2", "toSubConnector": 0 } }

Is there a way to display it?