Skip to content

Commit

Permalink
Merge pull request #37 from weng-lab/graph-component
Browse files Browse the repository at this point in the history
Graph component
  • Loading branch information
evc29 authored Jul 18, 2024
2 parents bc9bd36 + b4ed5c6 commit c22fc1a
Show file tree
Hide file tree
Showing 10 changed files with 540 additions and 315 deletions.
174 changes: 116 additions & 58 deletions example/data.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions example/data2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
{
"from": "node_1",
"to": "node_2",
"effectSize": 0.1134
"effectSize": 0.1134,
"id": 1
},
{
"from": "node_3",
"to": "node_2",
"effectSize": 0.5
"effectSize": 0.5,
"id": 2
}
],
"node": [
Expand Down
Loading

0 comments on commit c22fc1a

Please sign in to comment.