From 92230c9a97dc9ce9df3313d11d26999c04bb6b26 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期二, 15 七月 2025 13:12:48 +0800 Subject: [PATCH] 项目初始化 --- src/pages_qiun/static/json/user-healthy/5.json | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 57 insertions(+), 0 deletions(-) diff --git a/src/pages_qiun/static/json/user-healthy/5.json b/src/pages_qiun/static/json/user-healthy/5.json new file mode 100644 index 0000000..4c62a9b --- /dev/null +++ b/src/pages_qiun/static/json/user-healthy/5.json @@ -0,0 +1,57 @@ +{ + "categories": [ + "1鏈�11", + "1鏈�12", + "1鏈�13", + "1鏈�14", + "1鏈�15" + ], + "series": [{ + "name": "褰撳ぉ鎵爜鐜�", + "data": [ + 39, + 34, + 36, + 45, + 38 + ], + "type": "line", + "addPoint": true, + "color": "#24ABFD", + "unit": "%" + }, + { + "name": "绱鎵爜鐜�", + "data": [ + 32, + 30, + 31, + 37, + 35 + ], + "type": "line", + "addPoint": true, + "color": "#DF297D", + "unit": "%" + }, + { + "name": "鐩爣鎵爜鐜�", + "data": [ + 40, + 40, + 40, + 40, + 40 + ], + "type": "line", + "color": "#FF9900", + "textNoShow": true, + "unit": "" + } + + ], + "yAxis": [{ + "max": 60, + "min": 0 + }] +} -- Gitblit v1.9.3