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-operate/4.json | 61 ++++++++++++++++++++++++++++++ 1 files changed, 61 insertions(+), 0 deletions(-) diff --git a/src/pages_qiun/static/json/user-operate/4.json b/src/pages_qiun/static/json/user-operate/4.json new file mode 100644 index 0000000..57c388c --- /dev/null +++ b/src/pages_qiun/static/json/user-operate/4.json @@ -0,0 +1,61 @@ +{ + "categories": [ + "1鍛�", + "2鍛�", + "3鍛�", + "4鍛�", + "5鍛�" + ], + "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", + "index": 1, + "unit": "%" + }, + { + "name": "娑堣垂閲戦", + "data": [ + 1850, + 1660, + 1760, + 2360, + 1970 + ], + "type": "line", + "addPoint": true, + "color": "#DF297D", + "unit": "" + } + ], + "target": 1800, + "yAxis": [{ + "max": 3000, + "min": 0 + }, { + "max": 20, + "min": 0 + }], + "targetAdd": "9%" +} -- Gitblit v1.9.3