From ff661dd7be673de1a3e41b4ae626d140032c9b1d Mon Sep 17 00:00:00 2001 From: ISA Date: Mon, 5 May 2025 15:50:22 +0200 Subject: [PATCH] Loop Chart ZeitStemplel anzeigen beim reinzoomen --- .../Charts/LoopMeasurementChart/LoopMeasurementChart.tsx | 2 +- config/webVersion.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx index 3a7fe6d..502016c 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx @@ -159,7 +159,7 @@ const LoopMeasurementChart = () => { x: { type: "time" as const, time: { - unit: "minute", + unit: "minute" as const, tooltipFormat: "dd.MM.yyyy HH:mm:ss", displayFormats: { minute: "HH:mm", diff --git a/config/webVersion.ts b/config/webVersion.ts index a9687a4..295ab5f 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.365"; +const webVersion = "1.6.366"; export default webVersion;