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%',