aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
300 stars 46 forks source link

[Project] Double click to expand #415

Closed kmcginnes closed 1 week ago

kmcginnes commented 1 month ago

Expand all neighbors when double clicking a node.

Since expanding a node can be slow, we need to be able to inform the user that something is happening and when an error occurs.

Related Issues

Tasks