swimlane / ngx-graph

Graph visualization library for angular
https://swimlane.github.io/ngx-graph
MIT License
938 stars 287 forks source link

Issue with arrow sub grouping for a single Node #438

Open vanya986 opened 2 years ago

vanya986 commented 2 years ago

I'm using the version ->"@swimlane/ngx-graph": "^7.0.0-rc.1", and angular core 9.1.1 versions.

I'm trying to create a organizational tree structure some thing like this below using ngx-graph I expecting some thing like this in the below picture image

I want to subgroup the node from one node to other node like the yellow highlighted in the picture and the group part as in the picture. but I'm getting as below pic, I don't need like this as below pic. I want like the above image. image

Can any one help me in resolving this issue.

calisven commented 1 year ago

Hi @vanya986, did you manage to solve this? I'm encountering a similar use case on my project.