修改bug

This commit is contained in:
GGJ
2024-04-18 16:03:53 +08:00
parent 5345dbd84b
commit 997e8a9252
7 changed files with 165 additions and 142 deletions

View File

@@ -74,8 +74,8 @@ const initChart = () => {
},
grid: {
top: '50px',
left: '10px',
right: '60px',
left: '30px',
right: '70px',
bottom: props.options?.options?.dataZoom === null ? '10px' : '40px',
containLabel: true,
...(props.options?.grid || null)