Skip to content

Commit

Permalink
docs: graph view tag options
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Dec 17, 2023
1 parent 150050f commit ad1f964
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/features/graph view.md
Original file line number Diff line number Diff line change
@@ -34,6 +34,8 @@ Component.Graph({
linkDistance: 30, // how long should the links be by default?
fontSize: 0.6, // what size should the node labels be?
opacityScale: 1, // how quickly do we fade out the labels when zooming out?
removeTags: [], // what tags to remove from the graph
showTags: true, // whether to show tags in the graph
},
globalGraph: {
drag: true,
@@ -45,6 +47,8 @@ Component.Graph({
linkDistance: 30,
fontSize: 0.6,
opacityScale: 1,
removeTags: [], // what tags to remove from the graph
showTags: true, // whether to show tags in the graph
},
})
```

0 comments on commit ad1f964

Please sign in to comment.