From 6b43ac87f9561222d4654c74cef37d42ef1f7fd4 Mon Sep 17 00:00:00 2001 From: quobix Date: Wed, 12 Feb 2025 18:15:52 -0500 Subject: [PATCH] increase canvas size. --- html-report/ui/src/components/graph/Flow.tsx | 4 ++-- html-report/ui/yarn.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/html-report/ui/src/components/graph/Flow.tsx b/html-report/ui/src/components/graph/Flow.tsx index 46b9d95..ddf2fb3 100644 --- a/html-report/ui/src/components/graph/Flow.tsx +++ b/html-report/ui/src/components/graph/Flow.tsx @@ -43,8 +43,8 @@ export const HorizontalFlow = () => { const [nodes, setNodes] = useState(nodeData) const [edges, setEdges] = useState(edgeData) const [selections, setSelections] = useState([]); - const maxWidth = 2000; - const maxHeight = 1000; + const maxWidth = 4000; + const maxHeight = 4000; let timer: any const changeSize = () => { diff --git a/html-report/ui/yarn.lock b/html-report/ui/yarn.lock index b941862..732e685 100644 --- a/html-report/ui/yarn.lock +++ b/html-report/ui/yarn.lock @@ -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"