From 2d41c169a2ae5a844e03675a301345883dae357a Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期六, 16 十二月 2023 16:28:42 +0800
Subject: [PATCH] #
---
Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-ucharts.js | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 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 5447a0a..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
@@ -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