aws/graph-explorer

Edge lines render behind nodes and show through transparency

Open

#1,412 opened on Jan 6, 2026

View on GitHub
 (2 comments) (0 reactions) (1 assignee)TypeScript (456 stars) (88 forks)auto 404
explorationfundamentalgood first issue

Description

The edge lines seem to start rendering behind the node circle, and since the node is transparent the lines show through.

Considerations

  • Edge lines should be touching the node
  • Nodes can be other shapes besides circles
  • We may need to explore having the lines offset a bit to make the design look cleaner
    • This might be tricky in more densely populated graphs

Contributor guide