From c58356986807f96d064e831baaf6c2173e2d4087 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Thu, 13 Oct 2022 21:28:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ResourceAggregation.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/front/src/views/abilityStatistics/components/ResourceAggregation.vue b/front/src/views/abilityStatistics/components/ResourceAggregation.vue index 5f4ebb97..fda59640 100644 --- a/front/src/views/abilityStatistics/components/ResourceAggregation.vue +++ b/front/src/views/abilityStatistics/components/ResourceAggregation.vue @@ -457,10 +457,18 @@ name: '部门数量(个)', data: [], }, - yAxis: {}, + yAxis: { + name: '上架数量区间', + }, + grid: { + height: '65%', + width: '63%', + left: '10%', + bottom: 30, + }, series: [ { - name: '上架数量区间', + name: '', type: 'bar', barWidth: 35, barGap: '-100%',