From dfe413e25a9684a2d0efedbf26603bc0e48da9bb Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期三, 13 八月 2025 13:20:24 +0800 Subject: [PATCH] 1.销售台账模块开发联调 --- 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