Skip to content

Commit

Permalink
Slightly better height
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-r-bigelow committed Mar 30, 2024
1 parent 45c135a commit f667a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/nodeLinkDiagram.ojs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ people = FileAttachment("data/people.json").json();
nodeLinkDiagram = {
let selectNode, selectedNode = null;

const height = globalThis.screen.height - 200;
const height = globalThis.screen.height;

const personNodeRadius = 25;
const personNodePaddedRadius = personNodeRadius + 15;
Expand Down

0 comments on commit f667a4f

Please sign in to comment.