一些显示问题修复

This commit is contained in:
付民康
2025-03-25 17:49:05 +08:00
parent f008442a91
commit d0e6d56624
2 changed files with 7 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ const options = (x: any, y: any, color = '#2070F3') => {
data: x,
axisLabel: {
interval: 0, // 强制显示所有标签
rotate: 45, // 如果标签过长,可以旋转标签
// rotate: 45, // 如果标签过长,可以旋转标签
fontSize: 12 // 调整字体大小
}
},