mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-12 18:11:34 +08:00
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:
@@ -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, // 没有数据时不显示网格线
|
||||
|
||||
Reference in New Issue
Block a user