dash14 / v-network-graph

An interactive network graph visualization component for Vue 3

Home Page:https://dash14.github.io/v-network-graph/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance improvement

zamplyy opened this issue · comments

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

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!

No problem! Thanks for merging so quickly @dash14 👍