This commit is contained in:
Ismail Ali
2025-03-12 17:36:26 +01:00
parent bb098a4ccb
commit a4793594d2
2 changed files with 5 additions and 2 deletions

View File

@@ -112,7 +112,10 @@ const LoopMeasurementChart = () => {
maintainAspectRatio: false,
animation: false,
elements: {
line: { spanGaps: true },
line: {
tension: 0.4, // Sorgt für eine weichere Kurve
cubicInterpolationMode: "monotone",
},
},
scales: {
x: {