From 62dae28eaf5e4a7e3c35240a6d3abfd357d4ad0f Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 10 九月 2024 16:44:22 +0800
Subject: [PATCH] #

---
 Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 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..3e4f169 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
@@ -132,12 +132,13 @@
 		"title": {
 			"text": ''
 		},
+		
 		"tooltip": {
 			"trigger": 'axis'
 		},
 		"grid": {
 			"top": 30,
-			"bottom": 50,
+			"bottom": 30,
 			"right": 15,
 			"left": 40
 		},
@@ -271,7 +272,7 @@
 			"data": [],
 			"radius": '50%',
 			"label": {
-				"show": true,
+				"show": false,
         "color": "#666666",
 				"position": 'top',
 			},
@@ -286,16 +287,17 @@
 			"trigger": 'item'
 		},
 		"grid": {
-			"top": 40,
-			"bottom": 30,
-			"right": 15,
-			"left": 15
+			"top": 0,
+			"bottom": 0,
+			"right": 0,
+			"left": 0
 		},
 		"legend": {
 			"bottom": 'left',
 			"textStyle": {
 				"color": '#cccccc'
-			}
+			},
+			"itemWidth": 10,
 		},
 		"seriesTemplate": {
 			"name": '',
@@ -309,7 +311,7 @@
 				"position": 'top',
 			},
 			"labelLine": {
-				"show": true
+				"show": false
 			},
 		},
 	},

--
Gitblit v1.9.1