fix: home chat render error

This commit is contained in:
engigu
2026-01-13 22:52:14 +08:00
parent b1d36f3c00
commit 91883975e5
+2 -1
View File
@@ -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: {