diff --git a/docs/features/graph view.md b/docs/features/graph view.md index 4f905c78d..7b2f67857 100644 --- a/docs/features/graph view.md +++ b/docs/features/graph view.md @@ -49,6 +49,7 @@ Component.Graph({ opacityScale: 1, removeTags: [], // what tags to remove from the graph showTags: true, // whether to show tags in the graph + enableRadial: true, // Whether to constrain the graph, similar to Obsidian }, }) ```