From 162cd70e899ae27e8e1b344fefc3e5c326c19a5b Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期三, 27 十一月 2024 13:09:47 +0800
Subject: [PATCH] #
---
Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js | 24 +++++++++++++-----------
1 files changed, 13 insertions(+), 11 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..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
@@ -142,9 +142,9 @@
"left": 40
},
"legend": {
- "top": 'left',
+ "bottom": 'left',
"textStyle": {
- "color":'#cccccc'
+ "color": '#FFF'
}
},
"toolbox": {
@@ -153,14 +153,14 @@
"xAxis": {
"type": 'category',
"axisLabel": {
- "color": '#CCCCCC'
+ "color": '#FFF'
},
"axisLine": {
"lineStyle": {
- "color": '#CCCCCC'
+ "color": '#FFF'
}
},
- "boundaryGap": false,
+ "boundaryGap": true,
"data": []
},
"yAxis": {
@@ -169,11 +169,11 @@
"show": false,
},
"axisLabel": {
- "color": '#CCCCCC'
+ "color": '#FFF'
},
"axisLine": {
"lineStyle": {
- "color": '#CCCCCC'
+ "color": '#FFF'
}
},
},
@@ -183,7 +183,7 @@
"data": [],
"barwidth": 20,
"label": {
- "show": false,
+ "show": true,
"color": "#666666",
"position": 'top',
},
@@ -293,6 +293,8 @@
},
"legend": {
"bottom": 'left',
+ "itemWidth": 10,
+ "itemHeight": 8,
"textStyle": {
"color": '#cccccc'
}
@@ -301,15 +303,15 @@
"name": '',
"type": 'pie',
"data": [],
- "radius": ['30%', '60%'],
+ "radius": ['40%', '70%'],
"avoidLabelOverlap": false,
"label": {
"show": false,
- "color": "#FFF",
+ "color": "#666666",
"position": 'top',
},
"labelLine": {
- "show": true
+ "show": false
},
},
},
--
Gitblit v1.9.1