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 afc508f commit e6696d5Copy full SHA for e6696d5
1 file changed
src/components/ShellView/ResultGraph.vue
@@ -508,7 +508,7 @@ export default {
508
link: {
509
// Dynamic distance:
510
// Fixed distance for nodes with large number of neighbors will cause mass collision (a large circle)
511
- // Variable distance with multiple layer of variation will display the nodes in a spaced out manner (multiple circles around node)
+ // Variable distance with multiple layers of variation will display the nodes in a spaced out manner (multiple circles around node)
512
distance: (d) => {
513
// Get the source and target node degrees
514
const sourceDegree = d.source.data?.degree || 1;
0 commit comments