Skip to content

sXy98713/vue-network-graph-test-v1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initial test of V-network-graph

https://github.com/dash14/v-network-graph

Test scope:

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.

Demo:

https://codesandbox.io/s/github/chervontsev/vue-network-graph-test-v1/tree/main/?file=/src/App.vue

Bugs:

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

Issue link (closed):

dash14/v-network-graph#56

Fixed version:

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

Notes:

Seperate repos for demo purpases

Releases

No releases published

Packages

No packages published

Languages

  • Vue 53.4%
  • JavaScript 35.6%
  • HTML 11.0%