diff --git a/templates/index.html b/templates/index.html index 10c55d9..e360724 100644 --- a/templates/index.html +++ b/templates/index.html @@ -34,7 +34,7 @@ } // Simulierte Aktivitätsdaten (ersetze dies durch deine echten Daten) - const activityData = [9, 5, 11, 39, 24, 2, 10, 47, 32, 45, 9, 5, 11, 39, 24, 2, 10, 47, 32, 45]; + const activityData = [5, 3, 10, 5, 24, 2, 10, 47, 32, 45, 9, 5, 11, 39, 24, 2, 10, 47, 32, 45]; // Funktion zum Erstellen der Heatmap function createHeatmap(data) { @@ -74,6 +74,8 @@ // Erstelle die Heatmap mit den simulierten Daten createHeatmap(activityData); + +
@@ -102,11 +104,17 @@ +
+
+
+
+
{% endfor %}
+