From 4cc95a8cbef4f482be8962772efc827331111bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Tejero=20Cantero?= Date: Fri, 17 Jul 2026 00:30:36 +0200 Subject: [PATCH] :sparkles: Enable the edge-bundling plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Tejero Cantero --- backend/resources/app/templates/graph-console.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/resources/app/templates/graph-console.tmpl b/backend/resources/app/templates/graph-console.tmpl index 5ed7b24f6f..8286830719 100644 --- a/backend/resources/app/templates/graph-console.tmpl +++ b/backend/resources/app/templates/graph-console.tmpl @@ -905,7 +905,7 @@ Graph Console // empty canvas clears. Runs alongside the node:click inspector. { type: "click-select", degree: 1, state: "selected", neighborState: "active", unselectedState: "inactive" }], - plugins: [{ + plugins: [{key: "edge-bundling", type: "edge-bundling"},{ key: "toolbar", type: "toolbar", position: "top-left",