fix(工作台): 修复工作台缺陷处理人横轴重叠bug

This commit is contained in:
xinxin.wu 2024-11-20 15:11:07 +08:00 committed by Craftsman
parent b36f2825a7
commit ef088f1b73
1 changed files with 1 additions and 2 deletions

View File

@ -111,7 +111,7 @@ export function getCommonBarOptions(hasRoom: boolean, color: string[]): Record<s
` `
) )
.join('')} .join('')}
</div> </div>
`; `;
return html; return html;
}, },
@ -133,7 +133,6 @@ export function getCommonBarOptions(hasRoom: boolean, color: string[]): Record<s
data: [], data: [],
axisLabel: { axisLabel: {
color: '#646466', color: '#646466',
interval: 0,
}, },
axisTick: { axisTick: {
show: false, // 隐藏刻度线 show: false, // 隐藏刻度线