https://github.com/dash14/v-network-graph
When hovering on a node or an edge of the graph highlight the closest nodes and connecting edges. No such features out of the box.
https://codesandbox.io/s/github/chervontsev/vue-network-graph-test-v1/tree/main/?file=/src/App.vue
When hovering on a graph node (in demo, whith checkbox checked) the whole graph twitches a little. With bigger graph data this produces to many element redraws and cranks up CPU load
https://github.com/chervontsev/vue-network-graph-test-v2-fixed https://codesandbox.io/s/github/chervontsev/vue-network-graph-test-v2-fixed/tree/main/?file=/src/App.vue
Seperate repos for demo purpases