From f200b6e1614b4f1b7769d88c95077bb1bfa2ba69 Mon Sep 17 00:00:00 2001 From: yangdx Date: Sat, 5 Apr 2025 15:25:57 +0800 Subject: [PATCH] Move legend to lower right cornner --- lightrag_webui/src/features/GraphViewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag_webui/src/features/GraphViewer.tsx b/lightrag_webui/src/features/GraphViewer.tsx index aa32af29..754101a7 100644 --- a/lightrag_webui/src/features/GraphViewer.tsx +++ b/lightrag_webui/src/features/GraphViewer.tsx @@ -210,7 +210,7 @@ const GraphViewer = () => { )} {showLegend && ( -
+
)}