Skip to content

Conversation

@notourist
Copy link

This adds the possibility to use user supplied/custom DataSets instead of only arrays for the edges and nodes.

Example:

<Graph graph={{ edges: new DataSet(), nodes: new CustomDataSet() }}
              options=.../>

or

<Graph graph={{ edges: new DataSet(), nodes: [] }}
              options=.../>

Lukas Nasarek added 3 commits April 27, 2021 15:11
Allow the component to use user supplied data sets for nodes and edges instead of only arrays.
notourist pushed a commit to notourist/react-graph-vis that referenced this pull request Apr 27, 2021
@notourist notourist mentioned this pull request Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant