From b5f084460e9e639358fbf91056a86be8d0a5c4b2 Mon Sep 17 00:00:00 2001
From: yaolonglong <yaolonglong15@163.com>
Date: 星期四, 09 十月 2025 20:18:57 +0800
Subject: [PATCH] 获取验证码功能
---
uni_modules/qiun-data-charts/js_sdk/u-charts/u-charts.js | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/uni_modules/qiun-data-charts/js_sdk/u-charts/u-charts.js b/uni_modules/qiun-data-charts/js_sdk/u-charts/u-charts.js
index f78bde5..8704dae 100644
--- a/uni_modules/qiun-data-charts/js_sdk/u-charts/u-charts.js
+++ b/uni_modules/qiun-data-charts/js_sdk/u-charts/u-charts.js
@@ -2806,6 +2806,23 @@
if(toolTipOption.showCategory==true && opts.categories){
textList.unshift({text:opts.categories[opts.tooltip.index],color:null})
}
+ if (textList[0].text.split("/")[0] == "鎹㈣") {
+ let newTextList = [{
+ "color": "#FCDB66",
+ "legendShape": "circle",
+ "text": textList[0].text.split("/")[1]
+ },
+ {
+ "color": "transparent",
+ "text": textList[0].text.split("/")[2]
+ },
+ {
+ "color": "transparent",
+ "text": textList[0].text.split("/")[3]
+ },
+ ]
+ textList = newTextList
+ }
var fontSize = toolTipOption.fontSize * opts.pix;
var lineHeight = toolTipOption.lineHeight * opts.pix;
var boxPadding = toolTipOption.boxPadding * opts.pix;
--
Gitblit v1.9.1