79335766

Date: 2025-01-07 11:09:53
Score: 3
Natty:
Report link

Unfortunately, Memgraph's GSS doesn't have that option, but there is an option to display edge text only if there is a small number of edges in the view. After you select the edge, its type will be shown in the pop-up. Here's an example of how you can set the number of edges after which the text will not be shown:

@EdgeStyle Less(EdgeCount(graph), 30) {
  label: Type(edge)
}

Does this help?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: MPesi