mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-12 03:33:41 +08:00
fix(projects): adjust legend position in line chart options.
This commit is contained in:
@@ -21,7 +21,8 @@ const { domRef, updateOptions } = useEcharts(() => ({
|
||||
}
|
||||
},
|
||||
legend: {
|
||||
data: [$t('page.home.downloadCount'), $t('page.home.registerCount')]
|
||||
data: [$t('page.home.downloadCount'), $t('page.home.registerCount')],
|
||||
top: '3%'
|
||||
},
|
||||
grid: {
|
||||
left: '3%',
|
||||
|
||||
Reference in New Issue
Block a user