From 06a379fede6fd3c5cbb6c4f72fe6dde87e03c8af Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期六, 12 十月 2024 15:28:38 +0800
Subject: [PATCH] #

---
 Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 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 7b8168f..64fc256 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
@@ -143,6 +143,9 @@
 		},
 		"legend": {
 			"bottom": 'left',
+			"textStyle": {
+				"color": '#FFF'
+			}
 		},
 		"toolbox": {
 			"show": false,
@@ -150,11 +153,11 @@
 		"xAxis": {
 			"type": 'category',
 			"axisLabel": {
-				"color": '#666666'
+				"color": '#FFF'
 			},
 			"axisLine": {
 				"lineStyle": {
-					"color": '#CCCCCC'
+					"color": '#FFF'
 				}
 			},
 			"boundaryGap": true,
@@ -166,11 +169,11 @@
 				"show": false,
 			},
 			"axisLabel": {
-				"color": '#666666'
+				"color": '#FFF'
 			},
 			"axisLine": {
 				"lineStyle": {
-					"color": '#CCCCCC'
+					"color": '#FFF'
 				}
 			},
 		},
@@ -290,6 +293,11 @@
 		},
 		"legend": {
 			"bottom": 'left',
+			"itemWidth": 10,
+			"itemHeight": 8,
+			"textStyle": {
+				"color": '#cccccc'
+			}
 		},
 		"seriesTemplate": {
 			"name": '',
@@ -298,12 +306,12 @@
 			"radius": ['40%', '70%'],
 			"avoidLabelOverlap": false,
 			"label": {
-				"show": true,
+				"show": false,
         "color": "#666666",
 				"position": 'top',
 			},
 			"labelLine": {
-				"show": true
+				"show": false
 			},
 		},
 	},

--
Gitblit v1.9.1