JSON files

This commit is contained in:
ISA
2024-10-18 15:51:11 +02:00
parent d76b6b0c6b
commit b3f404cc27
34 changed files with 34 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ function Kue705FO({
.then((data) => {
setChartData(data); // Daten setzen
createChart(data);
console.log("Messkurvendaten geladen:", data);
})
.catch((error) => {
console.error("Fehler beim Laden der Messkurvendaten:", error);