In our topology we handle many link types (with label), so in order to reduce clutter from the user, we need to allow to “aggregate” similar connections, which means:
if multiple nodes [from] connect to a single node [to]
we should display only one link to connect them all with one label.
How can i implement this kind of functionality?
here is en example to why i need this functionality:
Could you please sketch what it is that you want, including labels?
Fundamentally each link connects two nodes with the option of additional nodes acting as labels on the link. The latter is what is used to implement Links to Links. But you want something different.
What I said earlier is that GoJS does not have support for single links that connect multiple nodes to single nodes, or vice-versa. My previous reply was suggesting ways that you could get that effect using multiple links.