From 3eb8727c911b182d3c34af48fe851ad98ae9e49c Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Fri, 24 Jan 2025 19:39:29 -0500 Subject: [PATCH] chore: update docs Signed-off-by: Aaron Pham --- docs/features/graph view.md | 1 + 1 file changed, 1 insertion(+) 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 }, }) ```