fix(projects): adjust legend position in line chart options.

This commit is contained in:
Azir-11
2025-10-29 11:23:21 +08:00
committed by Soybean
parent 1d14269557
commit 0b9982bdc6

View File

@@ -21,7 +21,8 @@ const { domRef, updateOptions } = useEcharts(() => ({
} }
}, },
legend: { legend: {
data: [$t('page.home.downloadCount'), $t('page.home.registerCount')] data: [$t('page.home.downloadCount'), $t('page.home.registerCount')],
top: '3%'
}, },
grid: { grid: {
left: '3%', left: '3%',