From 5e1350a3f2cc2f0098e51562b68430cab9392339 Mon Sep 17 00:00:00 2001 From: wanghao Date: Thu, 23 Oct 2025 10:39:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=8F=91=E6=B3=A1?= =?UTF-8?q?=E6=B8=A9=E5=BA=A6=E3=80=81=E5=8E=8B=E5=8A=9B=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/static/js/echartsCommon.js | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ruoyi-admin/src/main/resources/static/js/echartsCommon.js b/ruoyi-admin/src/main/resources/static/js/echartsCommon.js index a35baa6..8ee37e1 100644 --- a/ruoyi-admin/src/main/resources/static/js/echartsCommon.js +++ b/ruoyi-admin/src/main/resources/static/js/echartsCommon.js @@ -1677,7 +1677,7 @@ const multipleVerticalBarChart1 = function (data, id) { let charts = echarts.init(id); let num1 = data.yDataOne.slice(0,4) let num2 = data.yDataTwo.slice(0,4) - let num3 = data.yDataThree.slice(0,4) + // let num3 = data.yDataThree.slice(0,4) num1 = num1.map(e => { if (e > 14) { return 14 @@ -1696,15 +1696,15 @@ const multipleVerticalBarChart1 = function (data, id) { return e } }) - num3 = num3.map(e => { - if (e > 14) { - return 14 - } else if (e < 10) { - return 10 - } else { - return e - } - }) + // num3 = num3.map(e => { + // if (e > 14) { + // return 14 + // } else if (e < 10) { + // return 10 + // } else { + // return e + // } + // }) if (!data) { data = { xName: [