TDR-Referenzkurve ohne Punkte

This commit is contained in:
ISA
2025-03-31 15:54:38 +02:00
parent 458bce6c51
commit 3433fef101
2 changed files with 4 additions and 4 deletions

View File

@@ -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",