Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Add a Graph Component #114

Open
hhenrichsen opened this issue Mar 2, 2024 · 0 comments
Open

Add a Graph Component #114

hhenrichsen opened this issue Mar 2, 2024 · 0 comments
Assignees

Comments

@hhenrichsen
Copy link
Owner

Ideally we have a graph component that can represent a network of nodes and edges within a graph.

view.add(<Graph>
   <Node>A</Node>
   <Node>B</Node>
   <Edge points={['A', 'B']}></Edge>
</Graph>);
@hhenrichsen hhenrichsen self-assigned this Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant