From 386ff12a525b31f493e8169f16d9b8ebe460092e Mon Sep 17 00:00:00 2001 From: engigu Date: Sat, 10 Jan 2026 12:35:46 +0800 Subject: [PATCH] fix: home chart display --- web/src/views/dashboard/Dashboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/views/dashboard/Dashboard.vue b/web/src/views/dashboard/Dashboard.vue index d470441..df0bb13 100644 --- a/web/src/views/dashboard/Dashboard.vue +++ b/web/src/views/dashboard/Dashboard.vue @@ -221,7 +221,7 @@ const renderLineChart = () => { ` } }, - responsive: [{ breakpoint: 768, options: { chart: { height: 260 }, legend: { position: 'bottom', offsetY: 0 } } }] + responsive: [{ breakpoint: 768, options: { chart: { height: 260 }, legend: { position: 'top', horizontalAlign: 'center', floating: false, offsetY: 0 } } }] } lineChart = new ApexCharts(container, options) lineChart.render()