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: {

View File

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