From ff94cc675d82adc85d8e4b96658f7fec0cccb8bc Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期一, 29 七月 2024 16:27:07 +0800
Subject: [PATCH] #
---
Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-ucharts.js | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
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..17b28b3 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
@@ -116,9 +116,9 @@
"color": color,
"padding": [5,5,5,5],
"rotate": false,
- "dataLabel": false,
+ "dataLabel": true,
"legend": {
- "show": false,
+ "show": true,
"position": "right",
"lineHeight": 25,
},
@@ -251,7 +251,8 @@
"extra": {
"line": {
"type": "straight",
- "width": 2
+ "width": 2,
+ "activeType": "hollow"
},
}
},
@@ -278,7 +279,8 @@
"extra": {
"line": {
"type": "curve",
- "width": 2
+ "width": 2,
+ "activeType": "hollow"
},
}
},
@@ -308,7 +310,8 @@
"opacity": 0.2,
"addLine": true,
"width": 2,
- "gradient": true
+ "gradient": true,
+ "activeType": "hollow"
},
}
},
@@ -396,7 +399,8 @@
"opacity": 0.2,
"addLine": true,
"width": 2,
- "gradient": false
+ "gradient": false,
+ "activeType": "hollow"
},
}
},
@@ -416,7 +420,8 @@
"gridColor": "#CCCCCC",
"gridCount": 3,
"opacity": 0.2,
- "max": 200
+ "max": 200,
+ "labelShow": true
},
}
},
--
Gitblit v1.9.1