diff --git a/templates/index.html b/templates/index.html index 7eff2d3..e767f0c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -37,7 +37,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) { @@ -77,6 +77,8 @@ // Erstelle die Heatmap mit den simulierten Daten createHeatmap(activityData); + +
@@ -105,11 +107,17 @@ +
+
+
+
+
{% endfor %}
+