From 40bdcff0cd425f25c3549771e92ec465bf4d7231 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 29 二月 2024 13:35:26 +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