Skip to content

Commit

Permalink
make basic network viz
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti committed Sep 10, 2024
1 parent 2edb2b3 commit 482a4b6
Show file tree
Hide file tree
Showing 5 changed files with 585 additions and 1 deletion.
18 changes: 18 additions & 0 deletions app/src/components/Network.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.svg {
height: min(800px, 75vh);
background: var(--white);
box-shadow: var(--shadow);
}

.node {
cursor: pointer;
}

.node:focus {
outline: none;
}

.label {
pointer-events: none;
user-select: none;
}
Loading

0 comments on commit 482a4b6

Please sign in to comment.