diff --git a/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChart.tsx b/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChart.tsx index 8d59d7a..7c23a0c 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChart.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChart.tsx @@ -83,13 +83,16 @@ const TDRChart: React.FC<{ isFullScreen: boolean }> = ({ isFullScreen }) => { data: { datasets: [ { - label: `Modul ${ + /* label: `Modul ${ selectedSlot !== null ? selectedSlot + 1 : "?" - }`, + }`, */ + label: `TDR Kurve`, data: tdrChartData, borderColor: getColor("littwin-blue"), borderWidth: 1, tension: 0.1, + pointRadius: 0, + pointHoverRadius: 5, parsing: { xAxisKey: "d", yAxisKey: "p", @@ -127,6 +130,7 @@ const TDRChart: React.FC<{ isFullScreen: boolean }> = ({ isFullScreen }) => { yAxisKey: "p", }, order: 9999, + pointHoverRadius: 15, // Hier die Reihenfolge der Marker bestimmen }, ], diff --git a/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChartActionBar.tsx b/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChartActionBar.tsx index c6bb189..0bdccb6 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChartActionBar.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChartActionBar.tsx @@ -101,7 +101,7 @@ const TDRChartActionBar: React.FC = () => { {selectedId !== null && ( @@ -110,7 +110,7 @@ const TDRChartActionBar: React.FC = () => { {/* 🔽 Dropdown für Messungen */}