Skip to content

Commit b91830b

Browse files
committed
feature/1.8-Improve system observability
1 parent c0dc5bc commit b91830b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/packages/core/src/pages/serviceOverview/charts/ServiceBarChar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const ServiceBarChar = ({ customClassNames, dataInfo, height, showAvgLine, showL
161161
type: 'value',
162162
name: '',
163163
min: 0,
164-
minInterval: 1,
164+
...(showAvgLine ? {} : { minInterval: 1 }),
165165
show: dataExists, // 没有数据时不显示Y轴
166166
splitLine: {
167167
show: dataExists, // 没有数据时不显示网格线

0 commit comments

Comments
 (0)