From 63818c6fe3dd5dcef14452b70d7d72fc61077793 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Mon, 26 Jan 2026 17:53:15 +0000 Subject: [PATCH] Autosave: 20260126-175314 --- core/templates/admin/index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/core/templates/admin/index.html b/core/templates/admin/index.html index e6e7a52..aa95257 100644 --- a/core/templates/admin/index.html +++ b/core/templates/admin/index.html @@ -98,6 +98,13 @@ box-shadow: var(--shadow); border: 1px solid #e5e7eb; } + + /* Fix for Chart.js infinite growth loop */ + .chart-wrapper { + position: relative; + height: 300px; + width: 100%; + } .section-title { font-size: 1.1rem; @@ -215,7 +222,9 @@

{% trans "Shipments Overview (Last 7 Days)" %}

- +
+ +