变频器耐受表X轴改用对数刻度、补充错误码
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user