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

`tick` not rendering properly in `ForceLayout` #145

Open adrianlungu opened 7 months ago

adrianlungu commented 7 months ago

Hello,

This is a follow up on #116 ; after updating the example to the latest version, I've been able to reproduce an unexpected behavior that may be a follow-up of some update as can be seen here

Example

In the old example the rendering would be predictable and always create the ticks in the proper layout; now it seems to be rendering them and rotating the layout counter clockwise when the tick is adjusted ?