添加前置绑定监测点功能

This commit is contained in:
GGJ
2025-04-28 15:52:40 +08:00
parent ec52564874
commit 4aac705a72
6 changed files with 175 additions and 30 deletions

View File

@@ -186,7 +186,7 @@ const handlerYAxis = () => {
color: '#000',
fontSize: 14,
formatter: function (value) {
return value.toFixed(0) // 格式化显示为一位小数
return parseFloat(value.toFixed(1)) // 格式化显示为一位小数
}
},
splitLine: {