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-ucharts.js | 2 +-
Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js | 18 ++++++++++--------
Monitor-APP/pages/home/home.vue | 8 ++++----
3 files changed, 15 insertions(+), 13 deletions(-)
diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index 6fb3b13..546e957 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -102,7 +102,7 @@
</swiper>
</view>
</view>
- <view style="height: 20px;width: 100%;display: flex;flex-direction: column;align-items: flex-end;">
+ <view style="height: 20px;width: 100%;display: flex;flex-direction: column;align-items: flex-end;font-size: 1.5vh">
<view>绱鐢ㄦ椂锛� {{mTime}}</view>
</view>
</view>
@@ -114,7 +114,7 @@
<view class="mian-item">
<view class="mian-item-box">
<view style="width: 100%;height: 100%;">
- <view style="height: 35%;">
+ <view style="height: 30%;">
<!-- 鎶樼嚎鍥� -->
<y-box>
<view class="box-item">
@@ -193,7 +193,7 @@
</y-box>
</view>
<view style="height: 2%;"></view>
- <view style="height: 21%;">
+ <view style="height: 26%;">
<y-box>
<view class="flex-col" style="width: 100%;height: 100%;font-size: 4vh;justify-content: center;">
<view class="flex-col" style="width: 100%;height: 30vh;align-items: flex-start;font-size: 1vw">
@@ -224,7 +224,7 @@
</swiper>
</view>
</view>
- <view style="height: 20px;width: 100%;display: flex;flex-direction: column;align-items: flex-end;font-size: 1.2 vh;">
+ <view style="height: 20px;width: 100%;display: flex;flex-direction: column;align-items: flex-end;font-size: 1.5vh;">
<view>绱鐢ㄦ椂锛� {{mTime}}</view>
</view>
</view>
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
},
},
},
diff --git a/Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-ucharts.js b/Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-ucharts.js
index 1e0daf7..7bb8c58 100644
--- a/Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-ucharts.js
+++ b/Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-ucharts.js
@@ -138,7 +138,7 @@
"activeOpacity": 0.5,
"activeRadius": 10,
"offsetAngle": 0,
- "labelWidth": 15,
+ "labelWidth": 5,
"border": true,
"borderWidth": 3,
"borderColor": "#FFFFFF"
--
Gitblit v1.9.1