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 (456 stars) (88 forks)auto 404
customizationfundamentalgood first issuesearchusability

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