From e5a69d4e3e0cd3744b706c898fbcebb9b44eefe9 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 22 Mar 2026 23:43:05 +0200 Subject: [PATCH] fix: graph visualization not rendering due to x-show timing - Replace $nextTick with setTimeout(100) for D3 render (same fix as dashboard) - Re-render graph when switching back to tab (not just on first load) - Fallback width from parent element when container clientWidth is 0 --- src/claude_memory/ui/static/index.html | 2 +- src/claude_memory/ui/static/js/graph.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/claude_memory/ui/static/index.html b/src/claude_memory/ui/static/index.html index ecb26fc..c28d499 100644 --- a/src/claude_memory/ui/static/index.html +++ b/src/claude_memory/ui/static/index.html @@ -468,7 +468,7 @@ -
+