From 2c01e015c3f09fa8a9e5f5b8335f791f3eb0389f Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期一, 29 七月 2024 16:10:40 +0800 Subject: [PATCH] # --- Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js | 4 +++- 1 files changed, 3 insertions(+), 1 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..0bf8609 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 @@ -293,6 +293,8 @@ }, "legend": { "bottom": 'left', + "itemWidth": 10, + "itemHeight": 8, "textStyle": { "color": '#cccccc' } @@ -309,7 +311,7 @@ "position": 'top', }, "labelLine": { - "show": true + "show": false }, }, }, -- Gitblit v1.9.1