From 91883975e5e63d5295b90655d97901bf56619e34 Mon Sep 17 00:00:00 2001 From: engigu Date: Tue, 13 Jan 2026 22:52:14 +0800 Subject: [PATCH] fix: home chat render error --- web/src/views/dashboard/Dashboard.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/views/dashboard/Dashboard.vue b/web/src/views/dashboard/Dashboard.vue index 6fa6395..672a62d 100644 --- a/web/src/views/dashboard/Dashboard.vue +++ b/web/src/views/dashboard/Dashboard.vue @@ -193,7 +193,8 @@ const renderLineChart = () => { categories: sendStats.value.map(item => item.day.slice(5)), axisBorder: { show: false }, axisTicks: { show: false }, - labels: { style: { colors: textColor, fontSize: '12px', fontFamily: 'Inter, sans-serif' } } + labels: { style: { colors: textColor, fontSize: '12px', fontFamily: 'Inter, sans-serif' } }, + tooltip: { enabled: false } }, yaxis: { labels: {