修复海拔数值太大,超出显示范围的bug

master
叶志超 2021-12-22 13:33:48 +08:00
parent f2ac10c0e3
commit 7a09eb3d0d
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ const option = reactive({
color: 'transparency'
},
label: {
fontSize : 36,
formatter: function({ value }) {
return parseInt(value)
}