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: {