We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a21d9b commit ce02d26Copy full SHA for ce02d26
packages/storykit/src/components/CollectionGraph/CollectionGraph.tsx
@@ -101,7 +101,7 @@ function CollectionGraph({
101
const label2 = node.isRoot ? (isParent ? "Root / Parent" : "Root") : isParent ? "Parent" : "Child"
102
103
// Define base radius and size factor
104
- const baseRadius = 8
+ const baseRadius = 4
105
const sizeFactor = 0.005 // Adjust this factor as needed
106
const circleRadius = baseRadius + (node.linkCount || 0) * sizeFactor
107
0 commit comments