ng-flowchart
ng-flowchart copied to clipboard
Possibility to connect multiple parents to a child
I wonder if it would be possible to implement an option to be able to connect multiple parents into the same child somehow?
Same needed here!! This feature would be fantastic!
This feature exists using NgFlowchart.Options.manualConnectors = true
to draw arrows from parents to a single child.