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, data: referenceChartData,
borderColor: "black", borderColor: "black",
borderWidth: 1, borderWidth: 1,
borderDash: [5, 5], // borderDash: [5, 5],
pointRadius: 3, pointRadius: 0,
pointHoverRadius: 5, pointHoverRadius: 5,
pointBackgroundColor: "black", pointBackgroundColor: "gray",
tension: 0.1, tension: 0.1,
parsing: { parsing: {
xAxisKey: "d", xAxisKey: "d",

View File

@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/ */
const webVersion = "1.6.195"; const webVersion = "1.6.196";
export default webVersion; export default webVersion;