Skip to content

Commit

Permalink
Closes #67126 by increasing spacingFactor in the cytoscape layout fro…
Browse files Browse the repository at this point in the history
…m 0.85 -> 1.2
  • Loading branch information
ogupte committed May 20, 2020
1 parent 32a7f81 commit 7f23e50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function getLayoutOptions(
roots: selectedRoots.length ? selectedRoots : undefined,
fit: true,
padding: nodeHeight,
spacingFactor: 0.85,
spacingFactor: 1.2,
// @ts-ignore
// Rotate nodes counter-clockwise to transform layout from top→bottom to left→right.
// The extra 5° achieves the effect of separating overlapping taxi-styled edges.
Expand Down

0 comments on commit 7f23e50

Please sign in to comment.