We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2028054 commit 05809e7Copy full SHA for 05809e7
1 file changed
src/_App/BotAnalysis/Networks/Graph2.js
@@ -57,7 +57,7 @@ const ForceTree = ({ data }) => {
57
linkColor={() => 'rgba(255,255,255,0.2)'} // todo: source opinion color
58
linkDirectionalParticles={2}
59
linkDirectionalParticleWidth={2}
60
- d3VelocityDecay={0.3}
+ d3VelocityDecay={0.6} // lower numbers push the nodes farther and faster from eachother (keep large to prevent red bots from flying off screen)
61
/>
62
}
63
0 commit comments