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 99c1e40 commit 47dc167Copy full SHA for 47dc167
samples/KristofferStrube.Blazor.GraphEditor.WasmExample/Pages/FollowingGraph.razor
@@ -36,7 +36,7 @@
36
NodeColorMapper="n => n.Color"
37
NodeImageMapper="n => n.Image"
38
NodeRepulsionMapper="_ => 1200"
39
- EdgeSpringConstantMapper="_ => 0.7"
+ EdgeSpringConstantMapper="_ => 0.8"
40
EdgeSpringLengthMapper="_ => 250"
41
EdgeFromMapper="e => e.from"
42
EdgeToMapper="e => e.to"
0 commit comments