From b46552a0f5aa941257b68c1ccc4e7ec86f788344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=A2=A6=E8=BF=9C?= <1063331231@qq.com> Date: Mon, 30 Jun 2025 17:50:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E6=AD=A2echarts=E5=9B=BE=E8=A1=A8?= =?UTF-8?q?=E7=9A=84=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/seal/DashboardChart.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/seal/DashboardChart.vue b/src/components/seal/DashboardChart.vue index acd84cd..7b627d8 100644 --- a/src/components/seal/DashboardChart.vue +++ b/src/components/seal/DashboardChart.vue @@ -29,6 +29,7 @@ const initChart = () => { } myChart = echarts.init(chartRef.value) const option = { + silent: true, tooltip: { formatter: '{a}
{b} : {c}%', },