From ed34be20dcb180d772fe7960e19d740bd0a0fad7 Mon Sep 17 00:00:00 2001 From: 李林 <z1292839451@163.com> Date: 星期三, 17 四月 2024 17:29:47 +0800 Subject: [PATCH] 修复检验填值时输入框输入无效情况 --- src/util/echarts.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/util/echarts.js b/src/util/echarts.js index 0842962..b653849 100644 --- a/src/util/echarts.js +++ b/src/util/echarts.js @@ -69,6 +69,7 @@ }], yAxis: [{ + minInterval:1, type: 'value', min: 0, splitNumber: 4, @@ -83,7 +84,7 @@ }, axisLabel: { color: 'rgba(43,48,52, 0.4)', - margin: 30 + margin: 30, }, axisTick: { show: false, @@ -164,6 +165,7 @@ }], yAxis: [{ + minInterval:1, type: 'value', min: 0, splitNumber: 4, @@ -178,7 +180,7 @@ }, axisLabel: { color: 'rgba(43,48,52, 0.4)', - margin: 30 + margin: 30, }, axisTick: { show: false, -- Gitblit v1.9.3