test
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user