From c9a1786cf63cfb778ca3b85721864ed9ce45ba35 Mon Sep 17 00:00:00 2001 From: ISA Date: Thu, 7 Nov 2024 19:51:54 +0100 Subject: [PATCH] =?UTF-8?q?createLoopChart=20Linien=20d=C3=BCnner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/modules/Kue705FO.jsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/components/modules/Kue705FO.jsx b/components/modules/Kue705FO.jsx index 93f0651..be1d0bd 100644 --- a/components/modules/Kue705FO.jsx +++ b/components/modules/Kue705FO.jsx @@ -272,7 +272,10 @@ function Kue705FO({ label: "Isolationswiderstand (MOhm)", data: data.map((row) => row.m).reverse(), borderColor: "#00AEEF", - borderWidth: 2, + borderWidth: 1, + lineTension: 0.1, + pointRadius: 0.3, + pointHoverRadius: 5, fill: false, yAxisID: "y", }, @@ -280,7 +283,10 @@ function Kue705FO({ label: "Schleifenwiderstand (kOhm)", data: data.map((row) => row.n).reverse(), borderColor: "black", - borderWidth: 2, + borderWidth: 1, + lineTension: 0.1, + pointRadius: 0.3, + pointHoverRadius: 5, fill: false, yAxisID: "y1", },