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/3.json | 74 +++++++++++++++++++++++++++++++++++++ 1 files changed, 74 insertions(+), 0 deletions(-) diff --git a/src/pages_qiun/static/json/user-healthy/3.json b/src/pages_qiun/static/json/user-healthy/3.json new file mode 100644 index 0000000..2f6028e --- /dev/null +++ b/src/pages_qiun/static/json/user-healthy/3.json @@ -0,0 +1,74 @@ +{ + "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", + "color": "#24ABFD", + "unit": "%", + "index": 1 + } + ], + "yAxis": [{ + "max": 20, + "min": 0 + }, { + "max": 200, + "min": 0 + }] +} -- Gitblit v1.9.3