Neovis - Node representation with images

Is there a way to represent the node in neovis with an image (instead of colors)? My intention is to get a graph similar to this one:

graph-snip

1 Like

Not directly.

But since most of the use of the graph data is being made using a driver, you might want to consider linking this data to services such as: "kineviz"

more information can be found here:

Thanks for the recommendation, GraphXR looks great. But it is out of the scope. What i need is just a simple graph representation on the UI , with properties like edge thickness, node size and node images.
Neovis is exactly what i need but seems that node images are not supported yet.

Not yet, but as it's oss it should be possible to add.

at least here it says it can render image or backgroudnImage properties if they are URLs

https://visjs.github.io/vis-network/docs/network/nodes.html

2 Likes