From fbe8e8d9b5b5f48f5fa5fd6edfe19b3dc6c1deb8 Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Mon, 29 Jul 2024 15:31:28 +0000 Subject: [PATCH] Fix TSC --- gui/src/app/Scripting/webR/runR.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/src/app/Scripting/webR/runR.ts b/gui/src/app/Scripting/webR/runR.ts index cf5ddaf9..f314ce81 100644 --- a/gui/src/app/Scripting/webR/runR.ts +++ b/gui/src/app/Scripting/webR/runR.ts @@ -30,6 +30,8 @@ const captureOutputOptions = { captureStreams: true, captureConditions: false, captureGraphics: { + height: 504, // default values for height and width + width: 504, bg: "white", // default: transparent pointsize: 12, capture: true,