From d6f799aea23ccd558687065a5161c23e42d63d6a Mon Sep 17 00:00:00 2001 From: junjie Date: Wed, 19 May 2021 17:37:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):Echarts=20tooltip=E9=99=90?= =?UTF-8?q?=E5=88=B6=E5=9C=A8=E5=9B=BE=E8=A1=A8=E5=8C=BA=E5=9F=9F=E5=86=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/chart/chart.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/chart/chart/chart.js b/frontend/src/views/chart/chart/chart.js index ca21d59ea3..5710602587 100644 --- a/frontend/src/views/chart/chart/chart.js +++ b/frontend/src/views/chart/chart/chart.js @@ -48,6 +48,7 @@ export const DEFAULT_LABEL = { export const DEFAULT_TOOLTIP = { show: true, trigger: 'item', + confine: true, textStyle: { fontSize: '10', color: '#909399'