fix:修改单位

This commit is contained in:
zhaohy
2024-09-03 17:25:01 +08:00
parent 360ec9e6e8
commit 308fa1e14f

View File

@@ -215,7 +215,7 @@
axisLabel: {
show: true, // 显示
formatter: function (value: any) {
return value + ' V'; // 在刻度值后加上单位
return value + ' ' + data.unit; // 在刻度值后加上单位
},
},
},