From 2a05650b269967edc5ef34028755b0b43abfe8bf Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Thu, 13 Oct 2022 17:24:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E9=97=A8=E6=95=B0?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../abilityStatistics/components/ResourceAggregation.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/front/src/views/abilityStatistics/components/ResourceAggregation.vue b/front/src/views/abilityStatistics/components/ResourceAggregation.vue index 0238d994..c81190be 100644 --- a/front/src/views/abilityStatistics/components/ResourceAggregation.vue +++ b/front/src/views/abilityStatistics/components/ResourceAggregation.vue @@ -342,6 +342,7 @@ } }) console.log('============》', dataList) + dataList = dataList.reverse() echarts.init(document.getElementById('right')).dispose() let chartDom = document.getElementById('right') let myChart = echarts.init(chartDom) @@ -459,6 +460,7 @@ { name: '', type: 'bar', + barWidth: 35, barGap: '-100%', itemStyle: { normal: { @@ -471,6 +473,7 @@ { name: '', type: 'bar', + barWidth: 35, barGap: '-100%', itemStyle: { normal: { @@ -483,6 +486,7 @@ { name: '', type: 'bar', + barWidth: 35, barGap: '-100%', itemStyle: { normal: { @@ -495,6 +499,7 @@ { name: '', type: 'bar', + barWidth: 35, barGap: '-100%', itemStyle: { normal: { @@ -507,6 +512,7 @@ { name: '', type: 'bar', + barWidth: 35, barGap: '-100%', itemStyle: { normal: { @@ -519,6 +525,7 @@ { name: '', type: 'bar', + barWidth: 35, barGap: '-100%', itemStyle: { normal: {