From 6d49d975598cd7f48e2b7347c2b83d8aac6a2f56 Mon Sep 17 00:00:00 2001
From: Aswanth <aswanth366@gmail.com>
Date: Sat, 24 May 2025 04:55:07 +0000
Subject: [PATCH] fix(analytics): streamline posthog script loading and event capturing (#1974)
---
docs/features/graph view.md | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/docs/features/graph view.md b/docs/features/graph view.md
index c7ddb03..19f0862 100644
--- a/docs/features/graph view.md
+++ b/docs/features/graph view.md
@@ -34,6 +34,9 @@
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
+ enableRadial: false, // whether to constrain the graph, similar to Obsidian
},
globalGraph: {
drag: true,
@@ -45,6 +48,9 @@
linkDistance: 30,
fontSize: 0.6,
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
},
})
```
--
Gitblit v1.10.0