joel-wenzel / ng-flowchart

A lightweight Angular Library for building drag and drop flow charts. Chart behavior and steps are customizable. Data can be exported or uploaded in json format.
Apache License 2.0
141 stars 49 forks source link

Possibility to connect multiple parents to a child #90

Closed Wolfskii closed 4 months ago

Wolfskii commented 11 months ago

I wonder if it would be possible to implement an option to be able to connect multiple parents into the same child somehow?

jmoratat commented 10 months ago

Same needed here!! This feature would be fantastic!

michaelmarcuccio commented 4 months ago

This feature exists using NgFlowchart.Options.manualConnectors = true to draw arrows from parents to a single child.