v-network-graph icon indicating copy to clipboard operation
v-network-graph copied to clipboard

An interactive network graph visualization component for Vue 3

Results 38 v-network-graph issues
Sort by recently updated
recently updated
newest added

I tried the sample code and only got a small graph .... Fresh to frontend codes, can someone helps?

I am trying to set the path.end parameter to "edgeOfNode" but this causes a fatal error. Same behavior keeping path.end at the default value but trying to apply a path.width...

Hello again, How would one achieve a custom node shape? I have the shape currently as an svg, but I can produce other formats if necessary. Thanks.

Is there a way to visualize self-loops? Currently an edge, where source and target are the same, only goes out of the node but the end doesn't go back into...

feature request

hi i love your work but it can be excellent if it has animations like [kaspersky](https://cybermap.kaspersky.com/) or [live cyber threat](https://threatmap.checkpoint.com/) or [fireeye](https://www.fireeye.com/cyber-map/threat-map.html)

feature request

Enable graphs to use bezier curves as edge style option (now only straight line, if more edges between same nodes it is curved)

feature request

I would to provide the user interface so they can modify label interactively.

Hi, @dash14. I have some data structure design choices questions. I have to store graph data and configuration into MongoDB, but v-network-graph prefers an object attribute indexed access other than...

This might be beyond the aims of v-network-graph, but I am attempting to use v-network-graph to create a graph editor for Neo4j. It would allow a user to create/edit graphs...

feature request

Nice job! I would like to add an edge between two nodes on the graph (not by update data) when I add a new node.