aws/graph-explorer

Node shape is not reflected in sidebar or legend

Open

#1,188 opened on Sep 17, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (88 forks)auto 404
customizationfundamentalgood first issuesearchusability

Repository metrics

Stars
 (456 stars)
PR merge metrics
 (Avg merge 3d 9h) (41 merged PRs in 30d)

Description

If you customize the node shape, the sidebar and legend will still be a circle.

This is confusing and breaks the illusion that the node is being rendered in the side bar.

Potential solution

  • Use SVG to render a sample of the node with the appropriate color, icon, and shape inside VertexSymbol

Contributor guide