From fe75cffbf3bae6777aa2794fd89fa5dc37f5df8d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 15 七月 2025 10:11: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