createLoopChart Linien dünner

This commit is contained in:
ISA
2024-11-07 19:51:54 +01:00
parent 63340532ea
commit c9a1786cf6

View File

@@ -272,7 +272,10 @@ function Kue705FO({
label: "Isolationswiderstand (MOhm)",
data: data.map((row) => row.m).reverse(),
borderColor: "#00AEEF",
borderWidth: 2,
borderWidth: 1,
lineTension: 0.1,
pointRadius: 0.3,
pointHoverRadius: 5,
fill: false,
yAxisID: "y",
},
@@ -280,7 +283,10 @@ function Kue705FO({
label: "Schleifenwiderstand (kOhm)",
data: data.map((row) => row.n).reverse(),
borderColor: "black",
borderWidth: 2,
borderWidth: 1,
lineTension: 0.1,
pointRadius: 0.3,
pointHoverRadius: 5,
fill: false,
yAxisID: "y1",
},