fixed a few issues with auto resizing

This commit is contained in:
Parker TenBroeck 2026-01-07 14:12:42 -05:00
parent 806545aba6
commit 3d656d45de
6 changed files with 263 additions and 121 deletions

View file

@ -129,6 +129,8 @@ function createGraph(): vis.Network {
{ nodes, edges },
{
layout: { improvedLayout: true },
autoResize: true,
width: "99%",
physics: {
enabled: true,
solver: "barnesHut",