diff --git a/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChart.tsx b/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChart.tsx index 9f16031..cdf8983 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChart.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChart.tsx @@ -45,23 +45,17 @@ const TDRChart: React.FC = () => { maintainAspectRatio: false, scales: { x: { - type: "time", - time: { - unit: "minute", - tooltipFormat: "dd.MM.yyyy HH:mm", - }, + type: "linear", // Lineare Skalierung für numerische Daten title: { display: true, - text: "Zeit", + text: "Entfernung (m)", }, }, y: { title: { display: true, - text: "km", + text: "Pegel", }, - min: 0, - max: 3, }, }, plugins: {