From 7de165ce3fc2318681ed66494fb6da9fd700417b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 12 九月 2025 10:22:23 +0800
Subject: [PATCH] 供应商往来页面接口修改
---
src/pages_qiun/static/json/user-healthy/7.json | 89 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 89 insertions(+), 0 deletions(-)
diff --git a/src/pages_qiun/static/json/user-healthy/7.json b/src/pages_qiun/static/json/user-healthy/7.json
new file mode 100644
index 0000000..d012256
--- /dev/null
+++ b/src/pages_qiun/static/json/user-healthy/7.json
@@ -0,0 +1,89 @@
+{
+ "categories": [
+ "1鏈�11",
+ "1鏈�12",
+ "1鏈�11",
+ "1鏈�14",
+ "1鏈�15"
+ ],
+ "series": [{
+ "name": "鏂板浼氬憳鏁�",
+ "data": [{
+ "value": 5,
+ "color": "#24ABFD"
+ },
+ {
+ "value": -3,
+ "color": "#24ABFD"
+ },
+ {
+ "value": 3.5,
+ "color": "#24ABFD"
+ },
+ {
+ "value": 10,
+ "color": "#24ABFD"
+ },
+ {
+ "value": 2.8,
+ "color": "#24ABFD"
+ }
+ ],
+ "type": "column",
+ "color": "#24ABFD",
+ "unit": "",
+ "textNoShow": true
+ },
+ {
+ "name": "褰撴棩杈炬垚鐜�",
+ "data": [
+ 101,
+ 91,
+ 97,
+ 131,
+ 109
+ ],
+ "type": "line",
+ "addPoint": true,
+ "color": "#DF297D",
+ "unit": "%",
+ "index": 1
+ },
+ {
+ "name": "鏃ュ潎杈炬垚鐜�",
+ "data": [
+ 102,
+ 92,
+ 96,
+ 115,
+ 105
+ ],
+ "type": "line",
+ "style": "curve",
+ "color": "#ff9900",
+ "unit": "%",
+ "index": 1
+ },
+ {
+ "name": "鏃ュ潎杈炬垚鐜�",
+ "data": [
+ 102,
+ 92,
+ 96,
+ 115,
+ 105
+ ],
+ "type": "area",
+ "color": "#ff9900",
+ "unit": "%",
+ "index": 1
+ }
+ ],
+ "yAxis": [{
+ "max": 20,
+ "min": 0
+ }, {
+ "max": 200,
+ "min": 0
+ }]
+}
--
Gitblit v1.9.3