Liniendicke in Chart.js

This commit is contained in:
ISA
2024-11-06 06:18:59 +01:00
parent 59cf8bd6d2
commit 61a445edd0

View File

@@ -206,6 +206,7 @@ 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: 0.5,
fill: false, fill: false,
yAxisID: "y", yAxisID: "y",
}, },
@@ -213,6 +214,7 @@ 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: 0.5,
fill: false, fill: false,
yAxisID: "y1", yAxisID: "y1",
}, },