From 2f79f8e91c189f524b630c9abdd927a7b2d4369c Mon Sep 17 00:00:00 2001 From: ISA Date: Tue, 22 Oct 2024 09:57:16 +0200 Subject: [PATCH] =?UTF-8?q?=20Messung=20g=C3=BCltig=20von=20Chart.js=20ent?= =?UTF-8?q?fernen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/modules/Kue705FO.jsx | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/components/modules/Kue705FO.jsx b/components/modules/Kue705FO.jsx index 147d157..9cbc175 100644 --- a/components/modules/Kue705FO.jsx +++ b/components/modules/Kue705FO.jsx @@ -82,13 +82,6 @@ function Kue705FO({ fill: false, yAxisID: "y1", }, - { - label: "Messung gültig", - data: data.map((row) => row.v), - borderColor: "gray", - fill: false, - yAxisID: "y1", - }, ], }, options: { @@ -342,21 +335,21 @@ function Kue705FO({ bottom: "auto", marginRight: "-50%", transform: "translate(-50%, -50%)", - width: "90%", - maxWidth: "800px", - height: "600px", - padding: "20px", + width: "95%", + maxWidth: "1000px", + height: "630px", + padding: "10px", }, }} >

Messkurve Slot {slotIndex + 1}