From 1a331a3105ea56fefe368ad7cd46cf6a4c31ad29 Mon Sep 17 00:00:00 2001 From: datagear Date: Thu, 20 Feb 2020 22:33:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=BB=98=E8=AE=A4=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E4=B8=BB=E9=A2=98=EF=BC=8C=E8=B0=83=E6=95=B4=E5=9D=90?= =?UTF-8?q?=E6=A0=87=E8=BD=B4=E7=BA=BF=E9=A2=9C=E8=89=B2=E3=80=81=E5=88=86?= =?UTF-8?q?=E5=89=B2=E7=BA=BF=E6=A0=B7=E5=BC=8F=E4=B8=BAdotted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/script/datagear-chart-util.js | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/datagear-web/src/main/resources/org/datagear/web/webapp/staticResource/static/script/datagear-chart-util.js b/datagear-web/src/main/resources/org/datagear/web/webapp/staticResource/static/script/datagear-chart-util.js index f6694b48..b8180bad 100644 --- a/datagear-web/src/main/resources/org/datagear/web/webapp/staticResource/static/script/datagear-chart-util.js +++ b/datagear-web/src/main/resources/org/datagear/web/webapp/staticResource/static/script/datagear-chart-util.js @@ -652,7 +652,7 @@ } }, "gauge" : { - "title" : { color : chartTheme.color }, + "title" : { color : chartTheme.colorSecond }, "itemStyle" : { "normal" : { "borderWidth" : 0, @@ -756,7 +756,7 @@ "axisLine" : { "show" : true, "lineStyle" : { - "color" : chartTheme.colorSecond + "color" : chartTheme.colorThird } }, "axisTick" : { @@ -774,6 +774,7 @@ "splitLine" : { "show" : true, "lineStyle" : { + "type" : "dotted", "color" : [ chartTheme.colorFourth ] } }, @@ -788,13 +789,13 @@ "axisLine" : { "show" : true, "lineStyle" : { - "color" : chartTheme.colorSecond + "color" : chartTheme.colorThird } }, "axisTick" : { "show" : true, "lineStyle" : { - "color" : chartTheme.colorFourth + "color" : chartTheme.colorThird } }, "axisLabel" : { @@ -806,6 +807,7 @@ "splitLine" : { "show" : true, "lineStyle" : { + "type" : "dotted", "color" : [ chartTheme.colorFourth ] } }, @@ -832,19 +834,20 @@ "axisLabel" : { "show" : true, "textStyle" : { - "color" : chartTheme.colorThird + "color" : chartTheme.colorSecond } }, "splitLine" : { "show" : true, "lineStyle" : { + "type" : "dotted", "color" : [ chartTheme.colorFourth ] } }, "splitArea" : { "show" : false, "areaStyle" : { - "color" : [ chartTheme.colorThird ] + "color" : [ chartTheme.colorFourth ] } } }, @@ -864,19 +867,20 @@ "axisLabel" : { "show" : true, "textStyle" : { - "color" : chartTheme.colorThird + "color" : chartTheme.colorSecond } }, "splitLine" : { "show" : true, "lineStyle" : { + "type" : "dotted", "color" : [ chartTheme.colorFourth ] } }, "splitArea" : { "show" : false, "areaStyle" : { - "color" : [ chartTheme.colorThird ] + "color" : [ chartTheme.colorFourth ] } } },