Skip to content

Commit

Permalink
chore: increase cooldownTicks
Browse files Browse the repository at this point in the history
  • Loading branch information
katharinawuensche committed Aug 30, 2024
1 parent 628c730 commit 5aec677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/graph-viz.client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function initSigma() {
.graphData(props.graph)
.linkColor(() => "#cccccc30")
.warmupTicks(100)
.cooldownTicks(10)
.cooldownTicks(100)
.height(height)
.width(width)
.onNodeClick((node) => {
Expand Down

0 comments on commit 5aec677

Please sign in to comment.