This commit is contained in:
2025-10-17 17:06:10 +02:00
parent 8f6fdf4f0b
commit 02abde44a2
3 changed files with 22 additions and 2 deletions

View File

@@ -86,11 +86,11 @@ function stepLayout() {
// Lancement
stepLayout();
// Arrêt automatique après 8 secondes
// Arrêt automatique après 5 secondes
setTimeout(() => {
running = false;
console.log("Layout stabilisé");
}, 8000);
}, 5000);
/*
const layout = new ForceAtlas2Layout(graph, {