map on home

This commit is contained in:
Tykayn 2025-07-05 12:37:01 +02:00 committed by tykayn
parent a5cd69961f
commit 56f62c45bb
14 changed files with 588 additions and 15 deletions

View file

@ -10,7 +10,7 @@
</div>
<div class="mb-4">
<h3>Nombre de villes et complétion moyenne</h3>
<canvas id="global-summary-chart" height="80"></canvas>
<canvas id="global-summary-chart" height="400"></canvas>
</div>
<hr>
<h3>Suivi par thématique</h3>
@ -23,8 +23,8 @@
<i class="bi {{ followup_icons[type]|default('bi-question-circle') }}"></i>
{{ label }}
</h5>
<canvas id="chart-{{ type }}-count" height="60"></canvas>
<canvas id="chart-{{ type }}-completion" height="60"></canvas>
<canvas id="chart-{{ type }}-count" height="400"></canvas>
<canvas id="chart-{{ type }}-completion" height="400"></canvas>
</div>
</div>
</div>