Skip to content

Commit

Permalink
increase canvas size.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveshanley committed Feb 13, 2025
1 parent eb8cdcb commit 6b43ac8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions html-report/ui/src/components/graph/Flow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export const HorizontalFlow = () => {
const [nodes, setNodes] = useState<NodeData[]>(nodeData)
const [edges, setEdges] = useState<EdgeData[]>(edgeData)
const [selections, setSelections] = useState<string[]>([]);
const maxWidth = 2000;
const maxHeight = 1000;
const maxWidth = 4000;
const maxHeight = 4000;

let timer: any
const changeSize = () => {
Expand Down
6 changes: 3 additions & 3 deletions html-report/ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2414,9 +2414,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001587:
version "1.0.30001612"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001612.tgz#d34248b4ec1f117b70b24ad9ee04c90e0b8a14ae"
integrity sha512-lFgnZ07UhaCcsSZgWW0K5j4e69dK1u/ltrL9lTUiFOwNHs12S3UMIEYgBV0Z6C6hRDev7iRnMzzYmKabYdXF9g==
version "1.0.30001699"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001699.tgz"
integrity sha512-b+uH5BakXZ9Do9iK+CkDmctUSEqZl+SP056vc5usa0PL+ev5OHw003rZXcnjNDv3L8P5j6rwT6C0BPKSikW08w==

chalk@^2.4.2:
version "2.4.2"
Expand Down

0 comments on commit 6b43ac8

Please sign in to comment.