Version: v1.6.204 Build
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user