fix(工作台): 修复工作台缺陷处理人横轴重叠bug
This commit is contained in:
parent
b36f2825a7
commit
ef088f1b73
|
@ -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, // 隐藏刻度线
|
||||||
|
|
Loading…
Reference in New Issue