Version: v1.6.204 Build

This commit is contained in:
ISA
2025-04-02 11:23:21 +02:00
parent 52d76a8a44
commit a1a1f423ff
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ const LoopMeasurementChart = () => {
plugins: { plugins: {
legend: { position: "top" as const }, legend: { position: "top" as const },
tooltip: { tooltip: {
yAlign: "bottom", // Tooltip oberhalb des Punktes yAlign: "bottom" as const, // ← explizit casten
mode: "index" as const, mode: "index" as const,
intersect: false, intersect: false,
}, },

View File

@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/ */
const webVersion = "1.6.203"; const webVersion = "1.6.204";
export default webVersion; export default webVersion;