diff --git a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx index 58ef243..e7f6d12 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx @@ -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: { diff --git a/config/webVersion.ts b/config/webVersion.ts index d9a9720..1472195 100644 --- a/config/webVersion.ts +++ b/config/webVersion.ts @@ -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;