aktueller Graph endet am jeweiligen Tag

This commit is contained in:
hubobel 2026-06-24 15:55:47 +02:00
parent 3724d971bd
commit a55559977b

View file

@ -256,7 +256,7 @@ Hintergasse © 2026
<script>
const currentDay = {{ current_day }};
const history = {{ balance_history|tojson }};
console.log(history.current);
const currentPeriod = history.current || [];