From aef459108f59e13a8bd0d8fb52c4b384da13d2dd Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 4 Jun 2025 16:11:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8D=A1=E7=89=87=E9=AB=98?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index 2e62f6a..9248049 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -685,9 +685,16 @@ }, options: { responsive: true, + maintainAspectRatio: false, scales: { y: { beginAtZero: true + }, + x: { + ticks: { + maxRotation: 45, + minRotation: 45 + } } }, plugins: {