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: {
legend: { position: "top" as const },
tooltip: {
yAlign: "bottom", // Tooltip oberhalb des Punktes
yAlign: "bottom" as const, // ← explizit casten
mode: "index" as const,
intersect: false,
},