dash14 / v-network-graph

An interactive network graph visualization component for Vue 3
https://dash14.github.io/v-network-graph/
MIT License
504 stars 44 forks source link

Chose from where the edge are starting/ending #138

Open sruchot opened 9 months ago

sruchot commented 9 months ago

Hello,

If I'm not mistaken this item is a feature request as I did not find a way to control from where the edges are starting from. It seems that right now, every edge is going from the middle of the source to the middle of the target.

image

In the example above I would like to make all the edges start from the same point (that would be on the exterior of the box).

Maybe I missed something in the documentation and examples?

Best Regards, Sylvain.