style: einheitliche Farben mit transparenter Füllung für Legende Symbol für alle Messkurven
Isolation, Schleifen, TDR und Meldungseingänge/Analoge Eingänge
This commit is contained in:
@@ -96,6 +96,7 @@ const LoopMeasurementChart = () => {
|
||||
label: "Messwert Minimum",
|
||||
data: loopMeasurementCurveChartData.map((e) => e.i).reverse(),
|
||||
borderColor: "lightgrey",
|
||||
backgroundColor: "rgba(211,211,211,0.5)",
|
||||
borderWidth: 2,
|
||||
// fill: false,
|
||||
pointRadius: 0,
|
||||
@@ -107,6 +108,7 @@ const LoopMeasurementChart = () => {
|
||||
label: "Messwert",
|
||||
data: loopMeasurementCurveChartData.map((e) => e.m).reverse(),
|
||||
borderColor: getColor("littwin-blue"),
|
||||
backgroundColor: "rgba(59,130,246,0.5)",
|
||||
borderWidth: 2,
|
||||
// fill: false,
|
||||
pointRadius: 0,
|
||||
@@ -117,6 +119,7 @@ const LoopMeasurementChart = () => {
|
||||
label: "Messwert Durchschnitt",
|
||||
data: loopMeasurementCurveChartData.map((e) => e.g).reverse(),
|
||||
borderColor: getColor("littwin-blue"),
|
||||
backgroundColor: "rgba(59,130,246,0.5)",
|
||||
borderWidth: 2,
|
||||
// fill: false,
|
||||
pointRadius: 0,
|
||||
@@ -127,6 +130,7 @@ const LoopMeasurementChart = () => {
|
||||
label: "Messwert Maximum",
|
||||
data: loopMeasurementCurveChartData.map((e) => e.a).reverse(),
|
||||
borderColor: "lightgrey",
|
||||
backgroundColor: "rgba(211,211,211,0.5)",
|
||||
borderWidth: 2,
|
||||
// fill: false,
|
||||
pointRadius: 0,
|
||||
|
||||
Reference in New Issue
Block a user