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;