feat: Filter für Quelle
This commit is contained in:
@@ -84,9 +84,9 @@ export default function AnalogInputsChart({
|
||||
const chartData = {
|
||||
datasets: [
|
||||
{
|
||||
label: `Messkurve ${selectedInput?.label ?? "Eingang"} (${
|
||||
label: `Messkurve ${selectedInput?.label ?? "Eingang"} [${
|
||||
selectedInput?.unit ?? ""
|
||||
})`,
|
||||
}]`,
|
||||
data: inputData.map((point: any) => ({
|
||||
x: point.t,
|
||||
y: point.m,
|
||||
@@ -147,7 +147,7 @@ export default function AnalogInputsChart({
|
||||
y: {
|
||||
title: {
|
||||
display: true,
|
||||
text: `Messwert (${selectedInput?.unit ?? ""})`,
|
||||
text: `Messwert [${selectedInput?.unit ?? ""}]`,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user