Changing edge appearance in CSS to make direction more visible?

Hi, for my use case it is important to see what direction the edges in graph view are going.

I considered adding a directed color gradient in each edge, or enlarging the arrows.

Any suggestions on what CSS properties I could use to achieve this? I tried digging around in the element inspector but the whole graph was in an canvas element.

The only CSS properties exposed for customization are node colors. See Plugins/Graph view.md in the help vault.

You can change the size of the arrows with the Link thickness slider in the graph Display options.

Beyond that, you’ll need to make a feature request.

1 Like