Merge branch 'feature/1.8-cx' into 'main'

feature/1.8-Improve system observability

See merge request apipark/APIPark!368
This commit is contained in:
lichunxian
2025-04-30 19:09:44 +08:00
@@ -161,7 +161,7 @@ const ServiceBarChar = ({ customClassNames, dataInfo, height, showAvgLine, showL
type: 'value',
name: '',
min: 0,
minInterval: 1,
...(showAvgLine ? {} : { minInterval: 1 }),
show: dataExists, // 没有数据时不显示Y轴
splitLine: {
show: dataExists, // 没有数据时不显示网格线