From 7a682d2cef512e7ec4ab3019fd858dc20ec2ad1d Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 29 七月 2024 19:14:23 +0800
Subject: [PATCH] #

---
 Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js |    8 +++++---
 1 files changed, 5 insertions(+), 3 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..03f2392 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
@@ -292,9 +292,11 @@
 			"left": 15
 		},
 		"legend": {
+			"show": true,
 			"bottom": 'left',
 			"textStyle": {
-				"color": '#cccccc'
+				"color": '#cccccc',
+				"fontSize": '4',
 			}
 		},
 		"seriesTemplate": {
@@ -305,11 +307,11 @@
 			"avoidLabelOverlap": false,
 			"label": {
 				"show": false,
-        "color": "#FFF",
+				"color": "#FFF",
 				"position": 'top',
 			},
 			"labelLine": {
-				"show": true
+				"show": false
 			},
 		},
 	},

--
Gitblit v1.9.1