Skip to content

Commit

Permalink
Update graph.js
Browse files Browse the repository at this point in the history
  • Loading branch information
imaitland authored Feb 7, 2024
1 parent db7f123 commit 53db60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Graph = ForceGraph()(document.getElementById("graph"))
})
.linkSource("source")
.linkTarget("target")
.linkWidth(1.3)
.linkWidth(2.0)
.linkColor(() => (nightmode ? "white" : "black"))
.linkDirectionalArrowLength(2)
.linkAutoColorBy((d) => {
Expand Down

0 comments on commit 53db60e

Please sign in to comment.