graph-notebook icon indicating copy to clipboard operation
graph-notebook copied to clipboard

Allow node size and edge stroke width to be based on a property value

Open krlawrence opened this issue 3 years ago • 3 comments

It would be nice if the visualization could use a property value to influence the size used for each rendered node. Have had a few people ask for this.

krlawrence avatar Nov 19 '20 19:11 krlawrence

One use case for Network Security/Threat Hunting: As a customer, I have summarized traffic between my computers and destination IP addresses by the number of requests by day. The number of requests are stored as a property on either an edge or in an intermediate node. I would like to be able to visualize that traffic so abnormal traffic stands out to my analysts by scaling the size of the edges or intermediate node by the number of requests.

brianok-aws avatar Aug 05 '21 17:08 brianok-aws

Adding a note that several StackOverflow posts have asked about this feature. Including this one posted recently: https://stackoverflow.com/questions/77299362/gremlin-visualisation-options-size-of-node

krlawrence avatar Oct 17 '23 23:10 krlawrence

This would be a great feature for a project I'm working on.

chasse-code avatar Feb 05 '24 15:02 chasse-code