From 410593e3cbd8084cde43610bde5d2089b105980f Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 28 十二月 2023 10:16:02 +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