Messkurve mit Chart.js in Modal zeigen , die Daten kommen von json Dateien

This commit is contained in:
ISA
2024-10-17 16:24:52 +02:00
parent bbe69f971b
commit dd09a83fb8
10 changed files with 242 additions and 58 deletions

View File

@@ -67,6 +67,7 @@ export async function loadWindowVariables(apiUrl) {
kueResidence: window.kueResidence,
tdrLastMeasurement: window.tdrLastMeasurement,
kueBooting: window.kueBooting,
k1json: window.k1json,
});
resolve();