mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-02-19 04:24:25 +08:00
Compare commits
2 Commits
1d14269557
...
9755c31361
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9755c31361 | ||
|
|
0b9982bdc6 |
@@ -21,13 +21,14 @@ const { domRef, updateOptions } = useEcharts(() => ({
|
||||
}
|
||||
},
|
||||
legend: {
|
||||
data: [$t('page.home.downloadCount'), $t('page.home.registerCount')]
|
||||
data: [$t('page.home.downloadCount'), $t('page.home.registerCount')],
|
||||
top: '0'
|
||||
},
|
||||
grid: {
|
||||
left: '3%',
|
||||
right: '4%',
|
||||
bottom: '3%',
|
||||
containLabel: true
|
||||
top: '15%'
|
||||
},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
|
||||
Reference in New Issue
Block a user