From 2d41c169a2ae5a844e03675a301345883dae357a Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期六, 16 十二月 2023 16:28:42 +0800
Subject: [PATCH] #

---
 Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js |   22 ++++++++--------------
 1 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js b/Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js
index 48d6c18..7b8168f 100644
--- a/Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js
+++ b/Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js
@@ -142,10 +142,7 @@
 			"left": 40
 		},
 		"legend": {
-			"top": 'left',
-			"textStyle": {
-				"color":'#cccccc'
-			}
+			"bottom": 'left',
 		},
 		"toolbox": {
 			"show": false,
@@ -153,14 +150,14 @@
 		"xAxis": {
 			"type": 'category',
 			"axisLabel": {
-				"color": '#CCCCCC'
+				"color": '#666666'
 			},
 			"axisLine": {
 				"lineStyle": {
 					"color": '#CCCCCC'
 				}
 			},
-			"boundaryGap": false,
+			"boundaryGap": true,
 			"data": []
 		},
 		"yAxis": {
@@ -169,7 +166,7 @@
 				"show": false,
 			},
 			"axisLabel": {
-				"color": '#CCCCCC'
+				"color": '#666666'
 			},
 			"axisLine": {
 				"lineStyle": {
@@ -183,7 +180,7 @@
 			"data": [],
 			"barwidth": 20,
 			"label": {
-				"show": false,
+				"show": true,
         "color": "#666666",
 				"position": 'top',
 			},
@@ -293,19 +290,16 @@
 		},
 		"legend": {
 			"bottom": 'left',
-			"textStyle": {
-				"color": '#cccccc'
-			}
 		},
 		"seriesTemplate": {
 			"name": '',
 			"type": 'pie',
 			"data": [],
-			"radius": ['30%', '60%'],
+			"radius": ['40%', '70%'],
 			"avoidLabelOverlap": false,
 			"label": {
-				"show": false,
-        "color": "#FFF",
+				"show": true,
+        "color": "#666666",
 				"position": 'top',
 			},
 			"labelLine": {

--
Gitblit v1.9.1