diff --git a/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChart.tsx b/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChart.tsx index 7c23a0c..fe6998c 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChart.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChart.tsx @@ -103,10 +103,10 @@ const TDRChart: React.FC<{ isFullScreen: boolean }> = ({ isFullScreen }) => { data: referenceChartData, borderColor: "black", borderWidth: 1, - borderDash: [5, 5], - pointRadius: 3, + // borderDash: [5, 5], + pointRadius: 0, pointHoverRadius: 5, - pointBackgroundColor: "black", + pointBackgroundColor: "gray", tension: 0.1, parsing: { xAxisKey: "d", diff --git a/config/webVersion.ts b/config/webVersion.ts index d1de75a..dab922b 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.195"; +const webVersion = "1.6.196"; export default webVersion;