From 4bdb73b085f33ae2bc3a2e5c0bd5afc587e6c645 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期四, 15 八月 2024 13:23:34 +0800 Subject: [PATCH] # --- Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js b/Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js index 48d6c18..f16750f 100644 --- a/Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js +++ b/Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js @@ -271,7 +271,7 @@ "data": [], "radius": '50%', "label": { - "show": true, + "show": false, "color": "#666666", "position": 'top', }, @@ -292,9 +292,11 @@ "left": 15 }, "legend": { + "show": true, "bottom": 'left', "textStyle": { - "color": '#cccccc' + "color": '#cccccc', + "fontSize": '4', } }, "seriesTemplate": { @@ -305,11 +307,11 @@ "avoidLabelOverlap": false, "label": { "show": false, - "color": "#FFF", + "color": "#FFF", "position": 'top', }, "labelLine": { - "show": true + "show": false }, }, }, -- Gitblit v1.9.1