From 3433fef1017d9f02c3b1dfda5c33d4edd86620da Mon Sep 17 00:00:00 2001 From: ISA Date: Mon, 31 Mar 2025 15:54:38 +0200 Subject: [PATCH] TDR-Referenzkurve ohne Punkte --- .../kabelueberwachung/kue705FO/Charts/TDRChart/TDRChart.tsx | 6 +++--- config/webVersion.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChart.tsx b/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChart.tsx index 7c23a0c..fe6998c 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChart.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChart.tsx @@ -103,10 +103,10 @@ const TDRChart: React.FC<{ isFullScreen: boolean }> = ({ isFullScreen }) => { data: referenceChartData, borderColor: "black", borderWidth: 1, - borderDash: [5, 5], - pointRadius: 3, + // borderDash: [5, 5], + pointRadius: 0, pointHoverRadius: 5, - pointBackgroundColor: "black", + pointBackgroundColor: "gray", tension: 0.1, parsing: { xAxisKey: "d", diff --git a/config/webVersion.ts b/config/webVersion.ts index d1de75a..dab922b 100644 --- a/config/webVersion.ts +++ b/config/webVersion.ts @@ -6,5 +6,5 @@ 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). */ -const webVersion = "1.6.195"; +const webVersion = "1.6.196"; export default webVersion;