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