变频器耐受表X轴改用对数刻度、补充错误码

This commit is contained in:
caozehui
2026-04-22 19:32:28 +08:00
parent b826f505ac
commit 8744dfb0d8
2 changed files with 12 additions and 6 deletions

View File

@@ -236,13 +236,13 @@ const chartOptions = computed(() => {
data: ['特性测试曲线']
},
xAxis: {
type: 'value',
type: 'log',
name: '持续时间(s)',
nameLocation: 'middle',
nameGap: 34,
min: 0.00,
max: maxDuration,
interval: 0.1,
min: 0.01,
max: 60,
logBase: 10,
minorTick: {
show: true,
splitNumber: 10