Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit e6696d5

Browse files
authored
Update src/components/ShellView/ResultGraph.vue
1 parent afc508f commit e6696d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ShellView/ResultGraph.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ export default {
508508
link: {
509509
// Dynamic distance:
510510
// 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)
511+
// Variable distance with multiple layers of variation will display the nodes in a spaced out manner (multiple circles around node)
512512
distance: (d) => {
513513
// Get the source and target node degrees
514514
const sourceDegree = d.source.data?.degree || 1;

0 commit comments

Comments
 (0)