From 7ec9a00f05edfde6dcc2a08f7e7acbd297ea98ae Mon Sep 17 00:00:00 2001 From: datagear Date: Fri, 23 Oct 2020 14:53:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=E5=9B=BE=E8=A1=A8=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E6=8F=90=E7=A4=BA=E6=A1=86=E3=80=81=E9=AB=98=E4=BA=AE?= =?UTF-8?q?=E6=A1=86=E8=87=AA=E5=8A=A8=E9=85=8D=E8=89=B2=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/webapp/static/script/datagear-chartFactory.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datagear-web/src/main/resources/org/datagear/web/webapp/static/script/datagear-chartFactory.js b/datagear-web/src/main/resources/org/datagear/web/webapp/static/script/datagear-chartFactory.js index a2078909a..ae07a9306 100644 --- a/datagear-web/src/main/resources/org/datagear/web/webapp/static/script/datagear-chartFactory.js +++ b/datagear-web/src/main/resources/org/datagear/web/webapp/static/script/datagear-chartFactory.js @@ -238,7 +238,7 @@ var tooltipTheme = { name: "tooltipTheme", - color: chartFactory.getGradualColor(theme, 0), + color: theme.actualBackgroundColor, backgroundColor: chartFactory.getGradualColor(theme, 0.7), actualBackgroundColor: chartFactory.getGradualColor(theme, 0.7), borderColor: chartFactory.getGradualColor(theme, 0.9), @@ -254,7 +254,7 @@ var highlightTheme = { name: "highlightTheme", - color: chartFactory.getGradualColor(theme, 0), + color: theme.actualBackgroundColor, backgroundColor: chartFactory.getGradualColor(theme, 0.8), actualBackgroundColor: chartFactory.getGradualColor(theme, 0.8), borderColor: chartFactory.getGradualColor(theme, 1),