This commit is contained in:
ljx
2025-09-28 17:19:42 +08:00
parent 033c6bcbfa
commit 744b7a6d97
30 changed files with 32 additions and 35 deletions

View File

@ -601,15 +601,15 @@ export const getBarOptions = (data: any) => {
backgroundColor: '',
grid: {
left: '7%',
top: '4%',
bottom: '25%',
top: '10%',
bottom: '23%',
right: '2%'
},
tooltip: {
show: true,
backgroundColor: '',
trigger: 'axis',
formatter: '{b0}{c0}元',
formatter: '{b0}{c0}元',
textStyle: {
color: '#fff'
}