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

Performance improvement #130

Closed zamplyy closed 1 year ago

zamplyy commented 1 year ago

I found while trying out the library that we always render the VEdgeOverlay even though i didn't use the slots. For performance reasons i think we should only render the edge overlays when we use the slot.

I made a PR to fix this #129

dash14 commented 1 year ago

Hi @zamplyy, Thank you so much!! As you pointed out, it was rendered even when it was not needed. Merged the PR from you and released v0.9.8!

zamplyy commented 1 year ago

No problem! Thanks for merging so quickly @dash14 👍