From 4428c66dc63ac093f21e03f07f5d7576cc18fd60 Mon Sep 17 00:00:00 2001 From: hLinx <327159425@qq.com> Date: Fri, 21 Jul 2023 14:48:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BF=90=E8=90=A5=E5=88=86=E6=9E=90?= =?UTF-8?q?=E8=B6=8B=E5=8A=BF=E5=9B=BEtips=E6=A0=B7=E5=BC=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20#2265?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashboard/index/components/common/trend-dialog.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/frontend/src/views/dashboard/index/components/common/trend-dialog.vue b/src/frontend/src/views/dashboard/index/components/common/trend-dialog.vue index 0bc83312cc..31f6dadcf1 100644 --- a/src/frontend/src/views/dashboard/index/components/common/trend-dialog.vue +++ b/src/frontend/src/views/dashboard/index/components/common/trend-dialog.vue @@ -261,8 +261,12 @@ width: 30, color: '#63656E', opacity: 0.16, + type: 'solid', }, }, + textStyle: { + color: '#fff', + }, backgroundColor: 'rgba(0,0,0,0.8)', }, xAxis: { @@ -327,6 +331,9 @@ sampling: 'average', ...styleMap[styles], data: valueList, + emphasis: { + focus: 'series', + }, }, ], };