30 days for channel utilization

This commit is contained in:
Anton Roslund
2025-05-16 22:49:20 +02:00
parent 7ddd59dfa8
commit 65c92b84b7
+1 -1
View File
@@ -9,7 +9,7 @@ async function channelUtilizationHourlyAverage() {
ctx.fillText('Loading...', canvas.width/2, canvas.height/2);
try {
const response = await fetch('https://map.sthlm-mesh.se/api/v1/stats/channel-utilization-stats?days=7');
const response = await fetch('https://map.sthlm-mesh.se/api/v1/stats/channel-utilization-stats?days=30');
const data = await response.json();
const labels = data.map(entry => entry.recorded_at);