feat: add dagre auto-layout button
All checks were successful
continuous-integration/drone/push Build is passing

Install dagre for hierarchical graph layout. New toolbar button
applies dagre layout to device nodes based on their connections,
then recalculates site containers to wrap their children.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alina
2026-02-18 09:50:43 +03:00
parent 71a7d56eb4
commit 91562ccc88
5 changed files with 189 additions and 3 deletions

View File

@ -27,6 +27,8 @@
"@antv/x6-plugin-snapline": "^2.1.7",
"@ngrx/signals": "^19.2.1",
"@primeng/themes": "^19.1.4",
"@types/dagre": "^0.7.53",
"dagre": "^0.8.5",
"primeicons": "^7.0.0",
"primeng": "^19.1.4",
"rxjs": "~7.8.0",