Adjust graph height

This commit is contained in:
Piotr Rogowski 2022-10-22 18:08:34 +02:00
parent 71b1ad0e04
commit 2f31b50c10
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ const Diagnose = ({
const calculateCanvasSize = useCallback(() => {
setCanvasWidth((contentRef.current?.clientWidth || 0) - margin);
setCanvasHeight(Math.round(window.innerHeight - 110));
setCanvasHeight(Math.round(window.innerHeight - 200));
}, []);
const siderProps = {
width: sidebarWidth,