Heatmap optimized

This commit is contained in:
Tim Zöller 2026-01-05 14:40:08 +01:00
parent f34ce5723e
commit 40173c269f
4 changed files with 84 additions and 26 deletions

View file

@ -121,10 +121,11 @@
<!-- Legend -->
<div class="mt-3 text-center text-muted" id="legend" style="display: none;">
<small>
<span style="color: rgba(139, 0, 0, 0.7); font-size: 1.2rem;"></span> Low Activity
<span class="ms-2" style="color: rgb(220, 20, 60); font-size: 1.2rem;"></span> Moderate
<span class="ms-2" style="color: rgb(255, 140, 0); font-size: 1.2rem;"></span> High
<span class="ms-2" style="color: rgb(255, 215, 0); font-size: 1.2rem;"></span> Very High
<span style="color: rgb(0, 0, 255); font-size: 1.2rem;"></span> Very Low
<span class="ms-2" style="color: rgb(0, 255, 255); font-size: 1.2rem;"></span> Low
<span class="ms-2" style="color: rgb(0, 255, 0); font-size: 1.2rem;"></span> Moderate
<span class="ms-2" style="color: rgb(255, 255, 0); font-size: 1.2rem;"></span> High
<span class="ms-2" style="color: rgb(255, 69, 0); font-size: 1.2rem;"></span> Very High
</small>
</div>
</div>