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", },