mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-12 11:43:42 +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: {
|
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%',
|
||||||
|
|||||||
Reference in New Issue
Block a user