From 919c0b1d4a1465b10da7a423a2c852fd146214bb Mon Sep 17 00:00:00 2001 From: ISA Date: Fri, 14 Feb 2025 10:50:31 +0100 Subject: [PATCH] =?UTF-8?q?Chart=20canvas=20aeinstellen=20um=20alles=20zu?= =?UTF-8?q?=20zeigen=20f=C3=BCr=20Schleifenmessung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Charts/LoopMeasurementChart/LoopMeasurementChart.tsx | 6 +++++- config/webVersion.ts | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx index 24e00c9..1c7058e 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx @@ -102,7 +102,11 @@ const LoopMeasurementChart: React.FC = () => { }; }, [chartData]); - return ; + return ( +
+ +
+ ); }; export default LoopMeasurementChart; diff --git a/config/webVersion.ts b/config/webVersion.ts index b86f147..5960856 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.43"; +const webVersion = "1.6.44"; export default webVersion;