修改echart

This commit is contained in:
GGJ
2024-09-13 18:35:02 +08:00
parent 5e847decc3
commit e4997e4b63
4 changed files with 79 additions and 41 deletions

View File

@@ -54,12 +54,12 @@ const initChart = () => {
fontSize: 16
}
},
// textStyle: {
color: '#fff',
fontStyle: '14px',
opacity: 0.35,
fontSize: 14,
// },
textStyle: {
color: '#fff',
fontStyle: 'normal',
opacity: 0.35,
fontSize: 14
},
backgroundColor: 'rgba(0,0,0,0.35)',
borderWidth: 0,
...(props.options?.tooltip || null)