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: [