From 204f7a83656c446ab85d59b81c65aec151846abc Mon Sep 17 00:00:00 2001 From: mousne Date: Tue, 23 Aug 2022 10:20:53 +0800 Subject: [PATCH] fix(theme): fix tooltips text style of the theme macarons --- theme/macarons.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/macarons.js b/theme/macarons.js index c771d5e844..27c9f9a38f 100644 --- a/theme/macarons.js +++ b/theme/macarons.js @@ -87,7 +87,11 @@ }, tooltip: { + borderWidth: 0, backgroundColor: 'rgba(50,50,50,0.5)', + textStyle: { + color: '#FFF' + }, axisPointer: { type: 'line', lineStyle: {