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 38720be commit 25b1a88Copy full SHA for 25b1a88
src/main/kotlin/viewmodel/graph/CircularPlacementStrategy.kt
@@ -11,7 +11,7 @@ class CircularPlacementStrategy : RepresentationStrategy {
11
println("CircularPlacementStrategy.place: there is nothing to place 👐🏻")
12
return
13
}
14
- val center = Pair(width / 2, height / 2)
+ val center = Pair(width / 2, height * (3.0/5) )
15
val angle = 2 * Math.PI / vertices.size
16
17
val sorted = vertices.sortedBy { it.label }
0 commit comments