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}%', },