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-server/1.json | 62 +++++++++++++++++++++++++++++++ 1 files changed, 62 insertions(+), 0 deletions(-) diff --git a/src/pages_qiun/static/json/user-server/1.json b/src/pages_qiun/static/json/user-server/1.json new file mode 100644 index 0000000..c381732 --- /dev/null +++ b/src/pages_qiun/static/json/user-server/1.json @@ -0,0 +1,62 @@ +[ + { + "series": [{ + "color": "#fff", + "data": 0.224, + "precent":"22.4%", + "index": 0, + "legendShape": "circle", + "name": "B2C閿�鍞", + "pointShape": "circle", + "show": true, + "type": "arcbar", + "value":"12786", + "backgroundColor":"#00AEF9" + }] + }, + { + "series": [{ + "color": "#fff", + "data": 0.3717, + "precent":"37.17%", + "index": 0, + "legendShape": "circle", + "name": "B2C姣涘埄鐜�", + "pointShape": "circle", + "show": true, + "type": "arcbar", + "value":"1096", + "backgroundColor":"#F55676" + }] + }, + { + "series": [{ + "color": "#fff", + "data": 0.0017, + "precent":"0.17%", + "index": 0, + "legendShape": "circle", + "name": "O2O閿�鍞", + "pointShape": "circle", + "show": true, + "type": "arcbar", + "value":"147604", + "backgroundColor":"#FAB215" + }] + }, + { + "series": [{ + "color": "#fff", + "data": 0.6321, + "precent":"63.21%", + "index": 0, + "legendShape": "circle", + "name": "O2O姣涘埄鐜�", + "pointShape": "circle", + "show": true, + "type": "arcbar", + "value":"173", + "backgroundColor":"#2EC693" + }] + } +] \ No newline at end of file -- Gitblit v1.9.3