update 小优化

This commit is contained in:
2026-03-25 11:43:44 +08:00
parent b71bcd58d9
commit 349fbfbcdc

View File

@@ -342,9 +342,8 @@ const initProjectStorageSpaceStatisticsFun = async () => {
},
},
legend: {
show: false,
top: '0%',
left: 'center',
show: true,
data: ['故有量', '增量'],
},
grid: {
top: '10%',
@@ -463,9 +462,10 @@ const initStatisticsOfSubjectStorageSpaceFun = async () => {
},
},
legend: {
show: false,
show: true,
top: '0%',
left: 'center',
data: ['故有量', '增量'],
},
grid: {
top: '10%',
@@ -585,9 +585,10 @@ const initUserStorageSpaceStatisticsFun = async () => {
},
},
legend: {
show: false,
show: true,
top: '0%',
left: 'center',
data: ['故有量', '增量'],
},
grid: {
top: '10%',