From a1a1f423ff0ab56c2d45025ae3876694804fc4ab Mon Sep 17 00:00:00 2001 From: ISA Date: Wed, 2 Apr 2025 11:23:21 +0200 Subject: [PATCH] Version: v1.6.204 Build --- .../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 d1b941f..5bc9d75 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx @@ -136,7 +136,7 @@ const LoopMeasurementChart = () => { plugins: { legend: { position: "top" as const }, tooltip: { - yAlign: "bottom", // Tooltip oberhalb des Punktes + yAlign: "bottom" as const, // ← explizit casten mode: "index" as const, intersect: false, }, diff --git a/config/webVersion.ts b/config/webVersion.ts index 3ec4e87..e624fd5 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.203"; +const webVersion = "1.6.204"; export default webVersion;