dash14 / v-network-graph

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

Edges using bezier curve #76

Open popadicbranislav opened 1 year ago

popadicbranislav commented 1 year ago

Enable graphs to use bezier curves as edge style option (now only straight line, if more edges between same nodes it is curved)

dash14 commented 1 year ago

Hi @popadicbranislav, Exactly, now if there is only one edge between nodes, it will be a straight line even with the curve option. Just to confirm, is this issue a feature request?

popadicbranislav commented 1 year ago

Hi @dash14, that would be a feature request.

tch1001 commented 1 year ago

indeed, this would be nice to have! i will see if i can contribute anything! thanks for this library btw :)

pavelhoral commented 1 year ago

This might be useful if nodes have defined output and input ports / sides. For example check dialogue graph in this article - https://www.articy.com/en/showcase/disco-elysium/ . In this example the outgoing link is comming out from the right side of the node and enters the left side of next node.

IARI commented 11 months ago

being able to somehow customize the edge layout would be amazing