createLoopChart Linien dünner
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user